vp6enc: split out future common parts to share them with VP7 encoder
[nihav.git] / nihav-itu / src / lib.rs
index 4f6557660648157c33ffecd317e04de312978b55..0bf247aa6f2b84aa7ba202f7c570de2831822128 100644 (file)
@@ -1,6 +1,11 @@
+//! Crate for providing support for ITU codecs.
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
+#[allow(clippy::collapsible_if)]
+#[allow(clippy::comparison_chain)]
+#[allow(clippy::needless_range_loop)]
+#[allow(clippy::useless_let_if_seq)]
 mod codecs;
 pub use crate::codecs::itu_register_all_decoders;