region 0.0.1

A library for manipulating memory regions
Documentation

Memory Region

A Rust library for dealing with memory regions.

Usage

Add this to your Cargo.toml:

[dependencies]
region = "0.0.1"

and this to your crate root:

extern crate region;