rinia 0.0.8

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

pub(crate) use self::macros::*;
pub use self::traits::*;