aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-core/src
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2020-02-18 18:52:13 +0100
committerKostya Shishkov <kostya.shishkov@gmail.com>2020-02-18 18:52:13 +0100
commit776aa7d882ea8c9988003fbfa6ca9b8e034eb65e (patch)
treee858d6ff8999339e07a1991e2ea20d3ead7577e6 /nihav-core/src
parentab683361f34521567eb54daaa75d6e8a4450a60c (diff)
downloadnihav-776aa7d882ea8c9988003fbfa6ca9b8e034eb65e.tar.gz
core: document crate a bit
Diffstat (limited to 'nihav-core/src')
-rw-r--r--nihav-core/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/nihav-core/src/lib.rs b/nihav-core/src/lib.rs
index 6ac5caf..2652c14 100644
--- a/nihav-core/src/lib.rs
+++ b/nihav-core/src/lib.rs
@@ -1,3 +1,4 @@
+//! Core functionality of NihAV intended to be used by both crates implementing format support and users.
#[cfg(feature="decoders")]
#[allow(clippy::cast_lossless)]
#[allow(clippy::identity_op)]