librespot/core
JasonLG1979 0e9fdbe6b4 Refactor main.rs
* Don't panic when parsing options. Instead list valid values and exit.
* Get rid of needless .expect in playback/src/audio_backend/mod.rs.
* Enforce reasonable ranges for option values (breaking).
* Don't evaluate options that would otherwise have no effect.
* Add pub const MIXERS to mixer/mod.rs very similar to the audio_backend's implementation. (non-breaking though)
* Use different option descriptions and error messages based on what backends are enabled at build time.
* Add a -q, --quiet option that changed the logging level to warn.
* Add a short name for every flag and option.
* Note removed options.
* Other misc cleanups.
2021-11-17 15:31:16 -06:00
..
src Refactor main.rs 2021-11-17 15:31:16 -06: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 Update version numbers to 0.3.1 2021-10-24 20:12:33 +02:00