We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
io_extras
doc(hidden)
1 parent 5d0a963 commit 6d26a0cCopy full SHA for 6d26a0c
lightning/src/lib.rs
@@ -95,7 +95,9 @@ pub use core2::io;
95
96
#[cfg(not(feature = "std"))]
97
#[doc(hidden)]
98
-/// IO utilities public only for use by in-crate macros. These should not be used externally
+/// IO utilities public only for use by in-crate macros. These should not be used externally.
99
+///
100
+/// This is not exported to bindings users as its not intended for public consumption.
101
pub mod io_extras {
102
use core2::io::{self, Read, Write};
103
0 commit comments