]> git.nihav.org Git - nihav.git/blame - nihav-itu/src/lib.rs
ape: fix decoding of large value in 3.91-3.98
[nihav.git] / nihav-itu / src / lib.rs
CommitLineData
696e4e20
KS
1extern crate nihav_core;
2extern crate nihav_codec_support;
3
4a1ca15c
KS
4#[allow(clippy::collapsible_if)]
5#[allow(clippy::needless_range_loop)]
6#[allow(clippy::useless_let_if_seq)]
696e4e20
KS
7mod codecs;
8pub use crate::codecs::itu_register_all_decoders;
9
10#[cfg(test)]
11extern crate nihav_commonfmt;