cue-rw

Crates.iocue-rw
lib.rscue-rw
version
sourcesrc
created_at2024-07-06 09:37:16.364844
updated_at2024-10-27 13:36:57.541529
descriptionA library supports both reading and writing cue files
homepage
repositoryhttps://github.com/datasone/cue-rw
max_upload_size
id1293913
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(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