Docs.rs
ssh-link-0.1.0
ssh-link 0.1.0
Permalink
Docs.rs crate page
MulanPSL-2.0
Links
Repository
crates.io
Source
Owners
YukiCoco
Dependencies
anyhow ^1.0.86
normal
async-trait ^0.1.81
normal
backtrace ^0.3.73
normal
clap ^4.5.7
normal
crossterm ^0.28
normal
dirs ^5.0.1
normal
hex ^0.4.3
normal
hmac ^0.12.1
normal
openssl ^0.10.66
normal
rand ^0.8.5
normal
ratatui ^0.28
normal
rpassword ^7.3.1
normal
russh ^0.45.0
normal
russh-keys ^0.45.0
normal
rust-argon2 ^2.1.0
normal
serde ^1.0
normal
sha2 ^0.10.8
normal
tempfile ^3.12.0
normal
tokio ^1.36.0
normal
tokio-fd ^0.3.0
normal
toml ^0.8.16
normal
uuid ^1.0
normal
zeroize ^1.8.1
normal
Versions
20.45%
of the crate is documented
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
ssh_
utils_
lib
0.1.0
Encryption
Key
Aliased Type
In ssh_
utils_
lib::
config::
app_
vault
ssh_utils_lib
::
config
::
app_vault
Type Alias
EncryptionKey
Copy item path
Source
pub type EncryptionKey =
Vec
<
u8
>;
Aliased Type
ยง
struct EncryptionKey {
/* private fields */
}