A Rust library for dealing with memory regions.
Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] region = "0.0.1"
and this to your crate root:
rust extern crate region;