postgres-protocol 0.1.1

Low level Postgres protocol APIs
Documentation
Build #34996 2016-11-22 17:27:17
# rustc version
rustc 1.14.0-nightly (cae6ab1c4 2016-11-05)# docs.rs version
cratesfyi 0.2.2 (4f7a57c 2016-10-20)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading postgres-protocol v0.1.1
Compiling hex v0.2.0
Compiling fallible-iterator v0.1.3
Compiling md5 v0.2.1
Compiling byteorder v0.5.3
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/hex-0.2.0/src/lib.rs --crate-name hex --crate-type lib -g -C metadata=c4311871abf53460 -C extra-filename=-c4311871abf53460 --out-dir /home/cratesfyi/postgres-protocol-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-protocol-0.1.1/debug/deps --cap-lints allow`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/fallible-iterator-0.1.3/src/lib.rs --crate-name fallible_iterator --crate-type lib -g -C metadata=3dd3f7fa185c1b47 -C extra-filename=-3dd3f7fa185c1b47 --out-dir /home/cratesfyi/postgres-protocol-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-protocol-0.1.1/debug/deps --cap-lints allow`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/md5-0.2.1/src/lib.rs --crate-name md5 --crate-type lib -g -C metadata=7d1cb923a82c9135 -C extra-filename=-7d1cb923a82c9135 --out-dir /home/cratesfyi/postgres-protocol-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-protocol-0.1.1/debug/deps --cap-lints allow`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.5.3/src/lib.rs --crate-name byteorder --crate-type lib -g --cfg feature=\"std\" --cfg feature=\"default\" -C metadata=e4fc6ea0c49cabcf -C extra-filename=-e4fc6ea0c49cabcf --out-dir /home/cratesfyi/postgres-protocol-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/postgres-protocol-0.1.1/debug/deps --cap-lints allow`
Documenting postgres-protocol v0.1.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/postgres-protocol-0.1.1/src/lib.rs --crate-name postgres_protocol -o /home/cratesfyi/postgres-protocol-0.1.1/doc -L dependency=/home/cratesfyi/postgres-protocol-0.1.1/debug/deps --extern byteorder=/home/cratesfyi/postgres-protocol-0.1.1/debug/deps/libbyteorder-e4fc6ea0c49cabcf.rlib --extern hex=/home/cratesfyi/postgres-protocol-0.1.1/debug/deps/libhex-c4311871abf53460.rlib --extern fallible_iterator=/home/cratesfyi/postgres-protocol-0.1.1/debug/deps/libfallible_iterator-3dd3f7fa185c1b47.rlib --extern md5=/home/cratesfyi/postgres-protocol-0.1.1/debug/deps/libmd5-7d1cb923a82c9135.rlib`
Finished debug [unoptimized + debuginfo] target(s) in 1.15 secs