ssh2-rs
Rust bindings to libssh2
Usage
# Cargo.toml
[dependencies]
ssh2 = "0.3"Building on OSX 10.10+
This library depends on OpenSSL. To get OpenSSL working follow the
openssl crate's instructions.
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
libssh2-sys |
|
|
|
|
src |
|
|
|
|
systest | ||
|
|
tests/all | ||
|
|
.gitignore |
|
|
|
|
.gitmodules | ||
|
|
.travis.yml | ||
|
|
Cargo.toml | ||
|
|
README.md | ||
|
|
appveyor.yml | ||
Rust bindings to libssh2
# Cargo.toml
[dependencies]
ssh2 = "0.3"This library depends on OpenSSL. To get OpenSSL working follow the
openssl crate's instructions.