Skip to content

Commit bb01dcb

Browse files
committed
docs(io): managed & multi read
1 parent d88235b commit bb01dcb

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

compio-io/src/lib.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616
//! - [`BufReader`]: An async reader with internal buffer
1717
//! - [`BufWriter`]: An async writer with internal buffer
1818
//!
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+
//!
1928
//! ### Extension
2029
//!
2130
//! - [`AsyncReadExt`]: Extension trait for [`AsyncRead`]

0 commit comments

Comments
 (0)