region 0.0.3

A library for manipulating memory regions
docs.rs failed to build region-0.0.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: region-3.0.2

region

A Rust library for dealing with memory regions.

It is implemented using platform specific APIs (e.g VirtualQuery, VirtualLock, mprotect, mlock).

Documentation

https://docs.rs/region

Installation

Add this to your Cargo.toml:

[dependencies]
region = "0.0.3"

and this to your crate root:

extern crate region;

Platforms

This library has (so far) support for Windows, Linux & macOS.