library: serialize: add coefficient module

This commit is contained in:
Bruno BELANYI 2020-03-19 13:37:20 +01:00
parent 00de0bf118
commit 4278f5462b
2 changed files with 3 additions and 0 deletions

View file

View file

@ -1,2 +1,5 @@
pub mod vector;
pub use vector::*;
pub mod coefficient;
pub use coefficient::*;