#cue #cuesheet

cue-rw

A library supports both reading and writing cue files

2 unstable releases

0.2.0 Jul 16, 2024
0.1.0 Jul 6, 2024

#336 in Audio

Download history 111/week @ 2024-07-06 132/week @ 2024-07-13 13/week @ 2024-07-20 5/week @ 2024-07-27

57 downloads per month

Apache-2.0 OR MIT

22KB
568 lines

cue-rw

Documentation

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.

Dependencies

~1.3–2MB
~42K SLoC