rinia 0.0.17

Stable numeric foundations for graphics, animation, and simulation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod macros;
mod macros_bytemuck;
mod macros_field_access;
mod macros_tuple_core_forward;
mod macros_tuple_numeric_forward;
mod macros_tuple_ops_forward;

pub(crate) use self::{
    macros::*, macros_bytemuck::*, macros_field_access::*, macros_tuple_core_forward::*,
    macros_tuple_numeric_forward::*, macros_tuple_ops_forward::*,
};