Memory Region

A Rust library for dealing with memory regions.

Usage

Add this to your Cargo.toml:

toml [dependencies] region = "0.0.1"

and this to your crate root:

rust extern crate region;