Specification parsing and management
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-specs = "0.1"
```
```rust
use ricecoder_specs::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-specs).
MIT