| Crates.io | hertz |
| lib.rs | hertz |
| version | 0.3.0 |
| created_at | 2016-02-04 17:32:23.275065+00 |
| updated_at | 2016-06-12 16:17:06.317163+00 |
| description | useful functions for working with frame-rates, sample-rates other rates, time durations, frequencies, etc and for keeping a constant framerate |
| homepage | https://github.com/snd/hertz |
| repository | https://github.com/snd/hertz.git |
| max_upload_size | |
| id | 4078 |
| size | 24,302 |
status: working. tested. api still in flux.
useful functions for working with frame-rates, sample-rates, other rates, time durations, frequencies, etc and for keeping a constant framerate. written in rust.
to use add hertz = "*"
to the [dependencies] section of your Cargo.toml and call extern crate hertz; in your code.