crc16 0.3.0

A CRC16 implementation
Build #26939 2016-08-19T17:42:05.586402+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading crc16 v0.3.0
Compiling crc16 v0.3.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/crc16-0.3.0/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/crc16-0.3.0/debug/build/crc16-622c6e06ed9481cd --emit=dep-info,link -L dependency=/home/cratesfyi/crc16-0.3.0/debug -L dependency=/home/cratesfyi/crc16-0.3.0/debug/deps`
Running `/home/cratesfyi/crc16-0.3.0/debug/build/crc16-622c6e06ed9481cd/build-script-build`
Documenting crc16 v0.3.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/crc16-0.3.0/src/lib.rs --crate-name crc16 -o /home/cratesfyi/crc16-0.3.0/doc -L dependency=/home/cratesfyi/crc16-0.3.0/debug -L dependency=/home/cratesfyi/crc16-0.3.0/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/crc16-0.3.0/src/lib.rs:47:21: 47:49 error: trait `std::marker::PhantomFn` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/crc16-0.3.0/src/lib.rs:47 pub trait CrcType : std::marker::PhantomFn<Self> {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/crc16-0.3.0/src/lib.rs:47:21: 47:49 help: no candidates by the name of `PhantomFn` found in your project; maybe you misspelled the name or forgot to import an external crate? 
error: cannot continue compilation due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `crc16 v0.3.0`, intermediate artifacts can be found at `/home/cratesfyi/crc16-0.3.0`,
cause: ChainedError {
error: Could not document `crc16`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/crc16-0.3.0/src/lib.rs --crate-name crc16 -o /home/cratesfyi/crc16-0.3.0/doc -L dependency=/home/cratesfyi/crc16-0.3.0/debug -L dependency=/home/cratesfyi/crc16-0.3.0/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.