commitlog 0.0.9

Implementation of an append-only commit log backed by disk.
Documentation
[package]
authors = ["Zack Owens <zowens2009@gmail.com>"]
description = "Implementation of an append-only commit log backed by disk."
homepage = "https://github.com/zowens/commitlog"
license = "MIT"
name = "commitlog"
readme = "README.md"
repository = "https://github.com/zowens/commitlog"
version = "0.0.9"

[dependencies]
byteorder = "1.0"
crc32c = "0.1"
log = "0.3.6"
memmap = "0.5"

[dev-dependencies]
env_logger = "0.4"
rand = "0.3"