cue-rw 0.2.1

A library supports both reading and writing cue files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# cue-rw

[Documentation](https://docs.rs/cue-rw)

A library for reading and writing cue files, this library tries to be complicant with [Hydrogenaudio wiki](https://wiki.hydrogenaud.io/index.php?title=Cue_sheet).

## 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