rinia 0.0.9

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

pub use self::{float_compat::Float, traits::*};