tokio-rs / tokio-uring

An io_uring backed runtime for Rust
MIT License
1.11k stars 117 forks source link

Add mmap-support #283

Open ollie-etl opened 11 months ago

ollie-etl commented 11 months ago

Adds a feature which provides IoBuf and IoBufMut for memmap2::Mmap and memmap2::MmapMut, similar to the existing bytes feature