Docs.rs
boring-4.21.1
boring 4.21.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
nox
ghedo
inikulin
github:cloudflare:rust-crate-owners
github:cloudflare:protocols
Dependencies
bitflags ^2.9
normal
boring-sys ^4.21.1
normal
foreign-types ^0.5
normal
libc ^0.2
normal
openssl-macros ^0.1.1
normal
brotli ^8.0
dev
hex ^0.4
dev
rusty-hook ^0.11
dev
Versions
51.54%
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
boring
4.21.1
Module base64
Module Items
Functions
In crate boring
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.