random-access-memory 0.2.2

Continuously read,write to memory using random offsets and lengths
Documentation
[package]
name = "random-access-memory"
version = "0.2.2"
license = "MIT OR Apache-2.0"
repository = "https://github.com/datrs/random-access-memory"
documentation = "https://docs.rs/random-access-memory"
description = "Continuously read,write to memory using random offsets and lengths"
authors = ["datrs <yoshuawuyts@gmail.com>"]
readme = "README.md"

[dependencies]
failure = "0.1.1"
random-access-storage = "0.3.0"

[dev-dependencies]
quickcheck = "0.6.2"
# clippy = "0.0"