rinia 0.0.6

Portable scalar abstractions for game and simulation math.
Documentation
1
2
3
4
5
6
7
8
9
10
mod forwarders;
mod impl_common;
mod impl_float;
mod impl_int;
#[cfg(test)]
mod tests;
mod traits;
pub(crate) mod type_lists;

pub use self::traits::*;