librespot/core
Roderick van Domburg ad19b69bfb
Various code improvements (#777)
* Remove deprecated use of std::u16::MAX
* Use `FromStr` for fallible `&str` conversions
* DRY up strings into constants
* Change `as_ref().map()` into `as_deref()`
* Use `Duration` for time constants and functions
* Optimize `Vec` with response times
* Move comments for `rustdoc` to parse
2021-05-31 22:32:39 +02:00
..
src Various code improvements (#777) 2021-05-31 22:32:39 +02:00
tests Add timeout to test 2021-05-18 15:17:30 +02:00
build.rs Merge branch 'dev' into tokio_migration 2021-04-09 10:39:06 +02:00
Cargo.toml Unpin protobuf version 2021-05-08 22:09:37 +02:00