add some description to crates providing (de)coders and (de)muxers
authorKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 29 Oct 2021 13:03:45 +0000 (15:03 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 29 Oct 2021 13:03:45 +0000 (15:03 +0200)
nihav-commonfmt/src/lib.rs
nihav-duck/src/lib.rs
nihav-game/src/lib.rs
nihav-indeo/src/lib.rs
nihav-itu/src/lib.rs
nihav-llaudio/src/lib.rs
nihav-ms/src/lib.rs
nihav-qt/src/lib.rs
nihav-rad/src/lib.rs
nihav-realmedia/src/lib.rs
nihav-vivo/src/lib.rs

index b02cd8157d2572d58961d0928add20331223adbd..54fff4ba4f3d387fae12c790893d013d0574959a 100644 (file)
@@ -1,3 +1,4 @@
+//! Crate for providing support for various common formats.
 extern crate nihav_core;
 extern crate nihav_codec_support;
 extern crate nihav_registry;
 extern crate nihav_core;
 extern crate nihav_codec_support;
 extern crate nihav_registry;
index 0885514a246bf1bd576a1e5eb14156858a36467f..bb290cd0b490faccdee19f549a05669bd5464b33 100644 (file)
@@ -1,3 +1,4 @@
+//! Crate for providing support for various Duck/On2 formats.
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
index 310e3f7bdf080acfd138e20f974012f6c45c3da4..5682ef04bb7b5a0cc0db3cb1e58b677e70d86810 100644 (file)
@@ -1,3 +1,4 @@
+//! Crate for providing support for various game-related formats.
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
index c920ea40b4ed01596562514656fcf9b355ffa47a..6c7056f392ac13f680c63ef8614f0840f818b222 100644 (file)
@@ -1,3 +1,4 @@
+//! Crate for providing support for Intel multimedia formats.
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
index 2cd300ff5922b6532d2e900487d169f71726769e..0bf247aa6f2b84aa7ba202f7c570de2831822128 100644 (file)
@@ -1,3 +1,4 @@
+//! Crate for providing support for ITU codecs.
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
index cbbe12baed2be2f038004a908373a0343001e39a..710a22e36d3fed4b911ccc00f76d73651ac2a4fb 100644 (file)
@@ -1,3 +1,4 @@
+//! Crate for providing support for various lossless audio formats.
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
index ebc84f583df957ef656b702749c99e1d13ea3e98..2274a208b10b209403041f668b8f882a5f5d723a 100644 (file)
@@ -1,3 +1,4 @@
+//! Crate for providing support for various Microsoft multimedia formats.
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
index c434016d669ba37930dd4ceafbfb949af219884e..2c2e792793713a7ff62caedb4f949b9999fa5956 100644 (file)
@@ -1,3 +1,4 @@
+//! Crate for providing support for various QuickTime formats.
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
index 16a622c3ee341ad8966832bfdfbccbce58279d64..d407fa7ae5894cc0ecedecc0e9bd8ce482ba12f1 100644 (file)
@@ -1,3 +1,4 @@
+//! Crate for providing support for Bink and Smacker formats.
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
index 06efd963d944ae305fcbe4b8310e9775a4d10bff..bcc66fddc11053554a535a3f3a4681a45d57c618 100644 (file)
@@ -1,3 +1,4 @@
+//! Crate for providing support for RealMedia formats.
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
index 97a238bc99db7e379492d220c2cf1eb9bb86aa10..b5fdfad67f80091af4f6cd4ddede8d242f9dc2a4 100644 (file)
@@ -1,3 +1,4 @@
+//! Crate for providing support for VivoActive formats.
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
 extern crate nihav_core;
 extern crate nihav_codec_support;