X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2Fsrc%2Flib.rs;h=2652c14f0dcb7125431e02100b230972e93a747e;hb=776aa7d882ea8c9988003fbfa6ca9b8e034eb65e;hp=6ac5cafea80e913c7a09f8598dd8c11c08be5e67;hpb=ab683361f34521567eb54daaa75d6e8a4450a60c;p=nihav.git 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)]