cue-rw
A library for reading and writing cue files, this library tries to be complicant with Hydrogenaudio wiki.
Usage
Parse a cue file with TryFrom<&str> trait on CUEFile, and use Display trait to serialize it back to String.
Changelog
0.2.1
- Adds constructor for structs