nalgebra/tests/core/mod.rs
Eduard Bopp 3a1fb0ed88 Fix feature flagging for abomonation-serialize
The tests can now be run without the abomonation feature. Also fixes a
bug in the feature flagging for abomonation.
2017-09-18 20:10:32 +02:00

9 lines
139 B
Rust

mod conversion;
mod edition;
mod matrix;
mod matrix_slice;
mod blas;
mod serde;
#[cfg(feature = "abomonation-serialize")]
mod abomonation;