tar 0.4.16

A Rust implementation of a TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once.
Documentation
Build #107145 2018-06-29T19:41:48.300124+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading tar v0.4.16
Fresh cfg-if v0.1.4
Fresh libc v0.2.42
Fresh filetime v0.2.1
Fresh xattr v0.2.1
Documenting tar v0.4.16
Running `rustdoc --crate-name tar .cargo/registry/src/github.com-1ecc6299db9ec823/tar-0.4.16/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="default"' --cfg 'feature="xattr"' -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern xattr=/home/cratesfyi/cratesfyi/debug/deps/libxattr-51f7ea55c1f97bef.rlib --extern-version xattr=xattr,0.2.1 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-20ec46e507fb9197.rlib --extern-version libc=libc,0.2.42 --extern filetime=/home/cratesfyi/cratesfyi/debug/deps/libfiletime-e382bb6522437453.rlib --extern-version filetime=filetime,0.2.1`
warning: [Debug] cannot be resolved, ignoring it...

Finished dev [unoptimized + debuginfo] target(s) in 0.61 secs