Docs.rs
sunset-0.3.0
sunset 0.3.0
Permalink
Docs.rs crate page
0BSD
Links
Repository
crates.io
Source
Owners
mkj
Dependencies
aes ^0.8
normal
arbitrary ^1.4
normal
optional
ascii ^1.0
normal
chacha20 ^0.9
normal
cipher ^0.4
normal
ctr ^0.9
normal
curve25519-dalek ^4.1
normal
digest ^0.10
normal
ed25519-dalek ^2.1
normal
embedded-io ^0.6
normal
optional
getrandom ^0.2
normal
heapless ^0.8
normal
hmac ^0.12
normal
log ^0.4
normal
poly1305 ^0.8
normal
pretty-hex ^0.4
normal
rand_core ^0.6
normal
rsa ^0.9
normal
optional
sha2 ^0.10
normal
signature ^2.0
normal
snafu ^0.8
normal
ssh-key ^0.6
normal
optional
subtle ^2.4
normal
sunset-sshwire-derive ^0.2
normal
x25519-dalek ^2.0
normal
zeroize ^1
normal
anyhow ^1.0
dev
pretty-hex ^0.4
dev
simplelog ^0.12
dev
snafu ^0.8
dev
Versions
41.17%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
write_ssh
sunset
0.3.0
In sunset::
sshwire
sunset
::
sshwire
Function
write_
ssh
Copy item path
Source
pub fn write_ssh(target: &mut [
u8
], value: &dyn
SSHEncode
) ->
Result
<
usize
>