Docs.rs
ssh-rs-0.1.3
ssh-rs 0.1.3
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
1148118271
HsuJv
Dependencies
log ^0.4
normal
openssl ^0.10
normal
rand ^0.7.3
normal
ring ^0.16.20
normal
Versions
0.88%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition SshResult
Other items in
ssh_rs
::
error
?
Type Definition
ssh_rs
::
error
::
SshResult
source
·
[
−
]
pub type SshResult<I> =
Result
<I,
SshError
>;