Docs.rs
radicle-ssh-0.9.0
radicle-ssh 0.9.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cloudhead
FintanH
lorenzleutgeb
Dependencies
byteorder ^1.4
normal
log ^0.4
normal
thiserror ^1.0
normal
zeroize ^1.5.7
normal
Versions
66.15%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
radicle_
ssh
0.9.0
Module encoding
Module Items
Structs
Enums
Traits
Functions
Type Aliases
In crate radicle_
ssh
radicle_ssh
Module
encoding
Copy item path
Source
Structs
§
Cursor
A cursor-like type to read SSH-encoded values.
Enums
§
Error
Traits
§
Encodable
Encoding
Encode in the SSH format.
Reader
A cursor-like trait to read SSH-encoded things.
Functions
§
mpint_
len
Encoding length of the given mpint.
Type Aliases
§
Buffer
General purpose writable byte buffer we use everywhere.