karsher 0.8.7

karsher is a dumb cache written in rust
1
2
3
4
mod calc;
mod primitive;
pub use calc::compute;
pub use primitive::Primitive;