Docs.rs
futures-boring-0.2.8
futures-boring 0.2.8
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
yayanyang
Dependencies
boring ^4.4.0
normal
futures ^0.3
normal
log ^0.4
normal
futures ^0.3
dev
futures-test ^0.3
dev
rasi ^0.2
dev
rasi-mio ^0.2
dev
Versions
86.21%
of the crate is documented
Platform
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
Module base64
futures_
boring
0.2.8
Module base64
Module Items
Functions
In crate futures_
boring
futures_boring
Module
base64
Copy item path
Source
Expand description
Base64 encoding support.
Functions
ยง
decode_
block
Decodes a base64-encoded string to bytes.
encode_
block
Encodes a slice of bytes to a base64 string.