ortho_vec_derive_impl 0.1.0

Derive orthogonal vector structure for better CPU cache usage
Documentation
1
2
3
4
5
6
7
8
9
#![warn(
    clippy::all,
    clippy::missing_const_for_fn,
    clippy::trivially_copy_pass_by_ref,
    clippy::map_unwrap_or,
    clippy::explicit_into_iter_loop,
    clippy::unused_self,
    clippy::needless_pass_by_value
)]