region
A Rust library for dealing with memory regions.
It is implemented using platform specific APIs (e.g VirtualQuery,
VirtualLock, mprotect, mlock).
Documentation
Installation
Add this to your Cargo.toml:
[]
= "0.0.4"
and this to your crate root:
extern crate region;
Platforms
This library has (so far) support for Windows, Linux & macOS.