fructose 0.3.9

Mathematical Traits for the Glucose Library and the Rust programming language.
Documentation
1
2
3
4
5
6
7
// some helper traits act more like a hack to ignore some concepts for now.
// in the future those traits will be derived differently.
pub mod bound;
pub mod float;
pub mod identity;
pub mod list;
pub mod sign;