rinia 0.0.1

Portable scalar abstractions for game and simulation math.
Documentation
1
2
3
4
5
6
7
mod impl_f32;
mod impl_f64;
#[cfg(test)]
mod tests;
mod traits;

pub use self::traits::*;