tic is a specialized stats library, with a focus on deriving statistics from timestamped events
Features will include:
To use tic
, first add this to your Cargo.toml
:
toml
[dependencies]
tic = "*"
Then, add this to your crate root:
rust
extern crate tic;
The API documentation of this library can be found at brayniac.github.io/tic
tic is still work-in-progress - probably not ready for public consumption
Interest
sLicensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.