#cue #cuesheet

cue-rw

A library supports both reading and writing cue files

3 unstable releases

new 0.2.1 Oct 27, 2024
0.2.0 Jul 16, 2024
0.1.0 Jul 6, 2024

#304 in Audio

Download history 14/week @ 2024-07-09 137/week @ 2024-07-16 10/week @ 2024-07-23 1/week @ 2024-10-08 1/week @ 2024-10-15 88/week @ 2024-10-22

90 downloads per month

Apache-2.0 OR MIT

23KB
595 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.

Changelog

0.2.1

  • Adds constructor for structs

Dependencies

~1.3–1.9MB
~41K SLoC