New Features
- Adds serialization for types.
- Adds more types that support
play
.
What's Changed
- Add
#[must_use]
forPlayable::play
by @barafael in #7 - Clippy Lint Fixes by @barafael in #9
- Run rustfmt by @barafael in #8
- Add serde feature for de/ser of kord data structures by @barafael in #6
- Just some leftovers from #8, I apologize :) by @barafael in #12
- Make
main
optional when compiling to WASM by @barafael in #11 - Use
std::time::Duration in
Playable
trait by @barafael in #13 - Set
format_code_in_doc_comments = true
by @barafael in #15 - Implement
Playable
forHasFrequency
by @barafael in #14 - Fix failing build fallout from #13 by @barafael in #16
- Fix build for feature combination
analyze_file
+analyze_file_mp3
by @barafael in #17
New Contributors
Full Changelog: v0.5.16...v0.6.1