We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88235b commit bb01dcbCopy full SHA for bb01dcb
1 file changed
compio-io/src/lib.rs
@@ -16,6 +16,15 @@
16
//! - [`BufReader`]: An async reader with internal buffer
17
//! - [`BufWriter`]: An async writer with internal buffer
18
//!
19
+//! ### Managed IO
20
+//!
21
+//! - [`AsyncReadManaged`]: Async read with a managed buffer
22
+//! - [`AsyncReadManagedAt`]: Async read with a managed buffer and offset
23
+//! - [`AsyncReadMulti`]: Async read, and returns a stream of multiple managed
24
+//! buffers
25
+//! - [`AsyncReadMultiAt`]: Async read with offset, and returns a stream of
26
+//! multiple managed buffers
27
28
//! ### Extension
29
30
//! - [`AsyncReadExt`]: Extension trait for [`AsyncRead`]
0 commit comments