**This is a work in progress!** I'm still implementing the basic file
format.
You can build this library using stable Rust version 1.11. But if you want
to develop it, you will get _much_ better error messages using a nightly
build of Rust.
```sh
rustup run nightly cargo test --no-default-features --features unstable
```