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.