duck/vpcommon: vp_tree! does not need to be exported
[nihav.git] / nihav-indeo / src / lib.rs
CommitLineData
5641dccf
KS
1extern crate nihav_core;
2
f2af8eca
KS
3#[allow(clippy::collapsible_if)]
4#[allow(clippy::identity_op)]
5#[allow(clippy::needless_range_loop)]
6#[allow(clippy::too_many_arguments)]
7#[allow(clippy::useless_let_if_seq)]
8#[allow(clippy::verbose_bit_mask)]
5641dccf 9pub mod codecs;
3167c45c
KS
10
11#[cfg(test)]
12extern crate nihav_commonfmt;