git-historian 0.4.0

Git Historian allows you to collect arbitrary data about a file at each point in its Git history. Think of it as "git log --follow" for every file in a repo, all at once.
Documentation
Build #43319 2017-03-04T12:41:08.125707+00:00
# rustc version
rustc 1.17.0-nightly (0f34b532a 2017-02-21)
# docs.rs version
cratesfyi 0.3.1 (35080d4 2017-01-24)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading git-historian v0.4.0
Compiling libc v0.2.21
Running `rustc --crate-name libc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.21/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=5dc7b85e748840b4 -C extra-filename=-5dc7b85e748840b4 --out-dir /home/cratesfyi/git-historian-0.4.0/debug/deps -L dependency=/home/cratesfyi/git-historian-0.4.0/debug/deps --cap-lints allow`
Compiling time v0.1.36
Running `rustc --crate-name time .cargo/registry/src/github.com-1ecc6299db9ec823/time-0.1.36/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=cd5e3a346d1a17b6 -C extra-filename=-cd5e3a346d1a17b6 --out-dir /home/cratesfyi/git-historian-0.4.0/debug/deps -L dependency=/home/cratesfyi/git-historian-0.4.0/debug/deps --extern libc=/home/cratesfyi/git-historian-0.4.0/debug/deps/liblibc-5dc7b85e748840b4.rlib --cap-lints allow`
Documenting git-historian v0.4.0
Running `rustdoc --crate-name git_historian .cargo/registry/src/github.com-1ecc6299db9ec823/git-historian-0.4.0/src/lib.rs -o /home/cratesfyi/git-historian-0.4.0/doc -L dependency=/home/cratesfyi/git-historian-0.4.0/debug/deps --extern time=/home/cratesfyi/git-historian-0.4.0/debug/deps/libtime-cd5e3a346d1a17b6.rlib`
Finished dev [unoptimized + debuginfo] target(s) in 3.37 secs