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