hertz

Crates.iohertz
lib.rshertz
version0.3.0
sourcesrc
created_at2016-02-04 17:32:23.275065
updated_at2016-06-12 16:17:06.317163
descriptionuseful functions for working with frame-rates, sample-rates other rates, time durations, frequencies, etc and for keeping a constant framerate
homepagehttps://github.com/snd/hertz
repositoryhttps://github.com/snd/hertz.git
max_upload_size
id4078
size24,302
(snd)

documentation

https://snd.github.io/hertz/hertz/index.html

README

hertz

status: working. tested. api still in flux.

Build Status

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.

read the documentation for an example and more !

contributing

licensed under either of apache-2.0 (tl;dr) or MIT (tl;dr) at your option

Commit count: 17

cargo fmt