mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-27 22:13:12 -08:00
chore(doc): Add a link to the MIO utils module summary
This commit is contained in:
@@ -22,7 +22,7 @@ pub mod io;
|
|||||||
pub mod length_prefix_encoding;
|
pub mod length_prefix_encoding;
|
||||||
/// Memory manipulation and allocation utilities.
|
/// Memory manipulation and allocation utilities.
|
||||||
pub mod mem;
|
pub mod mem;
|
||||||
/// MIO integration utilities.
|
/// [MIO (Metal I/O)](https://docs.rs/crate/mio/) integration utilities.
|
||||||
pub mod mio;
|
pub mod mio;
|
||||||
/// Extended Option type functionality.
|
/// Extended Option type functionality.
|
||||||
pub mod option;
|
pub mod option;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ use crate::{
|
|||||||
result::OkExt,
|
result::OkExt,
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Module containing I/O interest flags for Unix operations
|
/// Module containing I/O interest flags for Unix operations (see also: [mio::Interest])
|
||||||
pub mod interest {
|
pub mod interest {
|
||||||
use mio::Interest;
|
use mio::Interest;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user