WIP: tzf's Rust port. Rust Documentation codecov

Build options

By default, the binary is built as well. If you don't want/need it, then build like this:

```bash

cargo build --no-default-features ```

Or put in your Cargo.toml file:

toml tzf-rs = { version = "0.4.0", default-features = false }

Bindings