From 776aa7d882ea8c9988003fbfa6ca9b8e034eb65e Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Tue, 18 Feb 2020 18:52:13 +0100 Subject: [PATCH] core: document crate a bit --- nihav-core/src/lib.rs | 1 + 1 file changed, 1 insertion(+) 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)] -- 2.30.2