duck/vpcommon: vp_tree! does not need to be exported
[nihav.git] / nihav-commonfmt / src / lib.rs
CommitLineData
38953fb5
KS
1extern crate nihav_core;
2
3#[cfg(feature="decoders")]
c83013a1
KS
4#[allow(clippy::unreadable_literal)]
5#[allow(clippy::too_many_arguments)]
6#[allow(clippy::excessive_precision)]
38953fb5
KS
7pub mod codecs;
8
9#[cfg(feature="demuxers")]
10pub mod demuxers;
11
12#[cfg(test)]
13extern crate nihav_realmedia;