StephanvanSchaik / mmap-rs

A cross-platform and safe Rust API to create and manage memory mappings in the virtual address space of the calling process.
Apache License 2.0
59 stars 17 forks source link

does the crate stable and feature complete for use #4

Open Detector-I opened 1 year ago

Detector-I commented 1 year ago

Hi thank you for the good work for Mmaping stuff most of people just used memap2, and looks like its stable, but recently I came acros your crate and it seems a heck of lot more complete, but Im not sure if its stable to use?

StephanvanSchaik commented 1 year ago

I don't have any plans to change the current API that is available in 0.4 at all, so in that sense it should be stable. I mostly wanted to look at supporting a few of the other platforms before committing to a 1.0 release, though, but none of that should affect the current API. In addition there is CI in place to make sure it builds on Microsoft Windows, Linux, Mac OS and FreeBSD. I have also been using this myself in a few personal projects across various operating systems, but do let me know if you do encounter any issues.