forked from M-Labs/nalgebra
3a1fb0ed88
The tests can now be run without the abomonation feature. Also fixes a bug in the feature flagging for abomonation.
9 lines
139 B
Rust
9 lines
139 B
Rust
mod conversion;
|
|
mod edition;
|
|
mod matrix;
|
|
mod matrix_slice;
|
|
mod blas;
|
|
mod serde;
|
|
#[cfg(feature = "abomonation-serialize")]
|
|
mod abomonation;
|