add some description to crates providing (de)coders and (de)muxers
[nihav.git] / nihav-qt / src / lib.rs
index 29180f0e48e47c263669306cb3cb998e06c4c3cf..2c2e792793713a7ff62caedb4f949b9999fa5956 100644 (file)
@@ -1,6 +1,8 @@
+//! Crate for providing support for various QuickTime formats.
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
+#[allow(clippy::comparison_chain)]
 #[allow(clippy::single_match)]
 mod codecs;
 pub use crate::codecs::qt_register_all_decoders;