This repository was archived by the owner on Feb 28, 2023. It is now read-only.
Releases: phw/rust-discid
Releases · phw/rust-discid
rust-discid 0.4.4
rust-discid 0.4.3
- Fixed dependency on discid-sys 0.3
rust-discid 0.4.2
- Minor documentation improvements
- Depend on latest discid-sys
- Extended tests
No functional changes
rust-discid 0.4.1
- Extended documentation
rust-discid 0.4.0
- Added
DiscId::parse(toc)to create aDiscIdobject directly from a given TOC string - Added example
parsetoc.rs - Minor code cleanup
rust-discid 0.3.0
- Removed
Features::ALL, useFeatures::all()instead - Updated for changes in discid-sys 0.2.0
- Added example
readisrcs.rs - Documentation updates
rust-discid 0.2.0
- Added
DiscId.tracks()to get an iterator over all tracks - Added
DiscId.nth_track(number)to get details about a single track - Fixed DiscId::put for first track being > 1
rust-discid 0.1.0
Initial release with support for most of the libdiscid API.