ssh 0.1.1

Bindings to libssh, a library to write clients and servers for both version 1 and 2 of the protocol. It can also parse SSH config files and handle ProxyCommand automatically. Only the client part is implemented for now.
Documentation
Build #8435 2016-08-05T15:56:59.369454+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 ssh v0.1.1
Compiling libc v0.2.15
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.15/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=1bd8847afb79f283 -C extra-filename=-1bd8847afb79f283 --out-dir /home/cratesfyi/ssh-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/ssh-0.1.1/debug/deps -L dependency=/home/cratesfyi/ssh-0.1.1/debug/deps --cap-lints allow`
Compiling bitflags v0.3.3
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.3.3/src/lib.rs --crate-name bitflags --crate-type lib -g -C metadata=e61ad67c3301e77d -C extra-filename=-e61ad67c3301e77d --out-dir /home/cratesfyi/ssh-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/ssh-0.1.1/debug/deps -L dependency=/home/cratesfyi/ssh-0.1.1/debug/deps --cap-lints allow`
Compiling log v0.3.6
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/log-0.3.6/src/lib.rs --crate-name log --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=bf16bb9a4912b11d -C extra-filename=-bf16bb9a4912b11d --out-dir /home/cratesfyi/ssh-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/ssh-0.1.1/debug/deps -L dependency=/home/cratesfyi/ssh-0.1.1/debug/deps --cap-lints allow`
Compiling ssh v0.1.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/ssh-0.1.1/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/ssh-0.1.1/debug/build/ssh-de8f46a5b155089e --emit=dep-info,link -L dependency=/home/cratesfyi/ssh-0.1.1/debug -L dependency=/home/cratesfyi/ssh-0.1.1/debug/deps`
Running `/home/cratesfyi/ssh-0.1.1/debug/build/ssh-de8f46a5b155089e/build-script-build`
Documenting ssh v0.1.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/ssh-0.1.1/src/lib.rs --crate-name ssh -o /home/cratesfyi/ssh-0.1.1/doc -L dependency=/home/cratesfyi/ssh-0.1.1/debug -L dependency=/home/cratesfyi/ssh-0.1.1/debug/deps --extern libc=/home/cratesfyi/ssh-0.1.1/debug/deps/liblibc-1bd8847afb79f283.rlib --extern bitflags=/home/cratesfyi/ssh-0.1.1/debug/deps/libbitflags-e61ad67c3301e77d.rlib --extern log=/home/cratesfyi/ssh-0.1.1/debug/deps/liblog-bf16bb9a4912b11d.rlib`