cue-rw

Crates.iocue-rw
lib.rscue-rw
version0.2.1
created_at2024-07-06 09:37:16.364844+00
updated_at2024-10-27 13:36:57.541529+00
descriptionA library supports both reading and writing cue files
homepage
repositoryhttps://github.com/datasone/cue-rw
max_upload_size
id1293913
size34,930
(datasone)

documentation

https://docs.rs/cue-rw

README

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
Commit count: 10

cargo fmt