vmap-rs
vmap-rs copied to clipboard
A cross-platform library for fast and safe memory-mapped IO in Rust
I would love to have native Buf and BufMut support for easier integration between vmap::Ring and prost. You can find prost here: https://github.com/tokio-rs/prost Documentation on traits: * [Buf](https://docs.rs/bytes/latest/bytes/buf/trait.Buf.html) * [BufMut](https://docs.rs/bytes/latest/bytes/buf/trait.BufMut.html)...
Hi, I need to get a reference of a portion of the underlying data of a ```Ring``` and consume it at the same time for seamless support of zero-copy parsing....
when using 'MapMut' in a concurrent thread Setting, i got Compiler errors saying *mut u8 is not safe to share across threads. I would apreciate it very much if someone...
Some functions have pure POSIX fallback and it would be nice to be able to test them on Linux or macOS. A cargo feature could disable extensions and use those...
This may be a somewhat specific use case, but I would like to be able to map multiple files adjacent in memory (two different files, though I could see a...