fix re-exports of crate submodules
[nihav.git] / nihav-duck / src / lib.rs
1 extern crate nihav_core;
2 extern crate nihav_codec_support;
3
4 mod codecs;
5
6 pub use crate::codecs::duck_register_all_codecs;
7
8 #[cfg(test)]
9 extern crate nihav_commonfmt;