Docs.rs
ssh-encoding-0.1.0
ssh-encoding 0.1.0
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
tarcieri
github:rustcrypto:ssh
Dependencies
base64ct ^1.4
normal
pem-rfc7468 ^0.6
normal
sha2 ^0.10
normal
hex-literal ^0.3
dev
Versions
100%
of the crate is documented
Go to latest version
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Base64Writer
Trait Implementations
Writer
In ssh_encoding
?
Type Definition
ssh_encoding
::
Base64Writer
source
·
[
−
]
pub type Base64Writer<'o> =
Encoder
<'o,
Base64
>;
Available on
crate feature
base64
only.
Expand description
Constant-time Base64 writer implementation.
Trait Implementations
source
impl
Writer
for
Base64Writer
<'_>
source
fn
write
(&mut self, bytes: &[
u8
]) ->
Result
<
()
>
Write the given bytes to the writer.