Crates.io | cue-rw |
lib.rs | cue-rw |
version | |
source | src |
created_at | 2024-07-06 09:37:16.364844 |
updated_at | 2024-10-27 13:36:57.541529 |
description | A library supports both reading and writing cue files |
homepage | |
repository | https://github.com/datasone/cue-rw |
max_upload_size | |
id | 1293913 |
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` |
size | 0 |
A library for reading and writing cue files, this library tries to be complicant with Hydrogenaudio wiki.
Parse a cue file with TryFrom<&str>
trait on CUEFile
, and use Display
trait to serialize it back to String
.