# sharkyflac
A FLAC encoder (WIP) and decoder. The aim is to be 100% spec compliant.
## Development
You'll need to initialize git submodules to run the tests and be sure to run
every test with `-F compliance-test`.
```shell
git clone --recurse-submodules https://codeberg.org/sharkyshark/sharkyflac
```
### Tools
- [cargo-nextest]
- [proptest]
- [cargo-mutants]
- [cargo-fuzz]
[cargo-nextest]: https://github.com/nextest-rs/nextest
[proptest]: https://github.com/proptest-rs/proptest
[cargo-mutants]: https://github.com/sourcefrog/cargo-mutants
[cargo-fuzz]: https://github.com/rust-fuzz/cargo-fuzz