commitlog 0.0.10

Implementation of an append-only commit log backed by disk.
Documentation
Build #95779 2018-04-14 17:20:40

# rustc version rustc 1.26.0-dev (0eb87c9bf 2018-03-16)

# docs.rs version cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading commitlog v0.0.10 Fresh byteorder v1.2.2 Fresh libc v0.2.40 Fresh cfg-if v0.1.2 Fresh memmap v0.6.2 Compiling crc32c v0.3.0 Fresh log v0.4.1 Running `rustc --crate-name crc32c .cargo/registry/src/github.com-1ecc6299db9ec823/crc32c-0.3.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=f36a63ab4d93c544 -C extra-filename=-f36a63ab4d93c544 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` Documenting commitlog v0.0.10 Running `rustdoc --crate-name commitlog .cargo/registry/src/github.com-1ecc6299db9ec823/commitlog-0.0.10/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180316-1.26.0-dev-0eb87c9bf -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-7b5222ee8547b4c8.rlib --extern-version log=log,0.4.1 --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-f0dd6641cd8029db.rlib --extern-version byteorder=byteorder,1.2.2 --extern memmap=/home/cratesfyi/cratesfyi/debug/deps/libmemmap-6ecbdb83f59a8431.rlib --extern-version memmap=memmap,0.6.2 --extern crc32c=/home/cratesfyi/cratesfyi/debug/deps/libcrc32c-f36a63ab4d93c544.rlib --extern-version crc32c=crc32c,0.3.0` Finished dev [unoptimized + debuginfo] target(s) in 1.20 secs