A Rust crate that retrieves a schedule from Zermelo.
Add this crate in your Cargo.toml:
```toml
[dependencies]
zermelo = { git = "https://github.com/splintah/zermelo-rs" }
```
See [examples/](https://github.com/splintah/zermelo-rs/tree/master/examples) for some example programs using this crate.