ashthespy
|
d26590afc5
|
Update to Rust 2018
- Fix deprecated Error::cause warnings and missing dyn
- Reset max_width
- Add rustfmt to Travis
- Run rustfmt on full codebase
with `cargo fmt --all`
- Add rustfmt to Travis
- Complete migration to edition 2018
- Replace try! shorthand
- Use explicit `dyn Trait`
|
2020-01-17 18:11:52 +01:00 |
|
ashthespy
|
b96405af82
|
Make SpotifyId understand more URI formats
|
2019-10-30 11:33:17 +01:00 |
|
ashthespy
|
8eb51e9b55
|
Streamline and refactor Podcast support,
<Metadata>
Add publisher to `Show`
Add `ALLOWED` to `PassthroughEnum`
|
2019-10-30 11:33:17 +01:00 |
|
ashthespy
|
0cb7a3f7c8
|
WIP: Podcast support
|
2019-10-30 11:33:17 +01:00 |
|
Will Stott
|
a7243ff8ce
|
Use single fixed-width format! macro for SpotifyId.to_base16
|
2019-10-22 18:31:45 +01:00 |
|
Will Stott
|
ac1c31b786
|
Use Rust's built-in unsigned 128 bit integer instead of the extprim crate
|
2019-10-22 18:28:21 +01:00 |
|
Reinier Balt
|
e6fff8003f
|
remove deprecated and unused import
|
2018-04-26 09:15:01 +02:00 |
|
Sasha Hilton
|
cbc4ee7554
|
Add to_base62 method
|
2018-02-28 13:29:24 +01:00 |
|
Sasha Hilton
|
a7334b6c23
|
Add to_base62 method
|
2018-02-28 13:28:57 +01:00 |
|
Sasha Hilton
|
197d80edbf
|
Fix formatting
|
2018-02-25 16:33:32 +01:00 |
|
Sasha Hilton
|
0abad9a8f8
|
Add custom SpotifyIdError type
|
2018-02-25 15:47:57 +01:00 |
|
Sasha Hilton
|
4fb8c71b0a
|
Set SpotifyId methods to return Result
|
2018-02-25 03:04:07 +01:00 |
|
awiouy
|
4c2b641cad
|
core API: move spotify_id to lib.rs
|
2018-02-13 07:57:28 +01:00 |
|