Docs.rs
rb64-0.1.7
rb64 0.1.7
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
saulvaldelvira
Dependencies
dbg_unreachable >=0.1.2
normal
ratatui ^0.28.1
normal
optional
tui-textarea >=0.6.1
normal
optional
cbindgen ^0.24.0
build
optional
Versions
50%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rb64
0.1.7
All Items
Crate Items
Structs
Functions
Type Aliases
Crate
rb64
Copy item path
source
Expand description
Base 64
This crate contains functions to encode and decode Base 64
Structs
§
Base64
Encoder
This is a Base 64 Encoder Reader
Functions
§
decode
Decode a Base64-encoded string
encode
Encode the given byte array to a Base 64 String
Type Aliases
§
Result