1#![allow(non_snake_case)] 2 3#[cfg(not(feature = "codegen"))] 4mod matrices; 5 6#[cfg(not(feature = "codegen"))] 7pub use matrices::*;