Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Releases: phw/rust-discid

rust-discid 0.4.4

Choose a tag to compare

@phw phw released this 11 Nov 09:57
  • Depend on rust-discid-sys 0.4
  • Minor documentation fixes

rust-discid 0.4.3

Choose a tag to compare

@phw phw released this 10 Nov 14:16
  • Fixed dependency on discid-sys 0.3

rust-discid 0.4.2

Choose a tag to compare

@phw phw released this 08 Nov 08:40
  • Minor documentation improvements
  • Depend on latest discid-sys
  • Extended tests

No functional changes

rust-discid 0.4.1

Choose a tag to compare

@phw phw released this 19 May 08:21
  • Extended documentation

rust-discid 0.4.0

Choose a tag to compare

@phw phw released this 18 May 13:38
  • Added DiscId::parse(toc) to create a DiscId object directly from a given TOC string
  • Added example parsetoc.rs
  • Minor code cleanup

rust-discid 0.3.0

Choose a tag to compare

@phw phw released this 07 May 07:18
  • Removed Features::ALL, use Features::all() instead
  • Updated for changes in discid-sys 0.2.0
  • Added example readisrcs.rs
  • Documentation updates

rust-discid 0.2.0

Choose a tag to compare

@phw phw released this 06 May 18:29
  • 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

Choose a tag to compare

@phw phw released this 04 May 15:30

Initial release with support for most of the libdiscid API.