We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa125f commit 3f1b908Copy full SHA for 3f1b908
digest/src/lib.rs
@@ -55,6 +55,8 @@ pub mod core_api;
55
mod digest;
56
#[cfg(feature = "mac")]
57
mod mac;
58
+#[doc(hidden)]
59
+pub mod newtype;
60
61
#[cfg(feature = "core-api")]
62
pub use block_buffer;
0 commit comments