chime 0.6.0

WIP library for continuous, predictable, mutable change over time
Documentation
1
2
3
4
5
6
7
8
//! Change over time.

pub mod linear;
pub mod sum;
pub mod exp;

mod flux;
pub use flux::*;