ssh 0.1.4

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
1
2
3
fn main(){
    println!("cargo:rustc-flags=-l dylib=ssh")
}