kord v0.6.1
New Features
- Adds serialization for types.
- Adds more types that support
play.
What's Changed
- Add
#[must_use]forPlayable::playby @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
mainoptional when compiling to WASM by @barafael in #11 - Use
std::time::Duration inPlayabletrait by @barafael in #13 - Set
format_code_in_doc_comments = trueby @barafael in #15 - Implement
PlayableforHasFrequencyby @barafael in #14 - Fix failing build fallout from #13 by @barafael in #16
- Fix build for feature combination
analyze_file+analyze_file_mp3by @barafael in #17
New Contributors
Full Changelog: v0.5.16...v0.6.1