zermelo 0.1.0

A library that retrieves a schedule from Zermelo.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# zermelo-rs [![Build Status]https://travis-ci.org/splintah/zermelo-rs.svg?branch=master]https://travis-ci.org/splintah/zermelo-rs
A Rust crate that retrieves a schedule from Zermelo.

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