diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2020-02-18 18:52:13 +0100 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2020-02-18 18:52:13 +0100 |
commit | 776aa7d882ea8c9988003fbfa6ca9b8e034eb65e (patch) | |
tree | e858d6ff8999339e07a1991e2ea20d3ead7577e6 /nihav-core/src | |
parent | ab683361f34521567eb54daaa75d6e8a4450a60c (diff) | |
download | nihav-776aa7d882ea8c9988003fbfa6ca9b8e034eb65e.tar.gz |
core: document crate a bit
Diffstat (limited to 'nihav-core/src')
-rw-r--r-- | nihav-core/src/lib.rs | 1 |
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)] |