Docs.rs
rb64-0.2.1
rb64 0.2.1
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
saulvaldelvira
Dependencies
ratatui >=0.28.1
normal
optional
tui-textarea >=0.6.1
normal
optional
cbindgen ^0.24.0
build
optional
Versions
66.67%
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.2.1
All Items
Crate Items
Macros
Structs
Functions
Type Aliases
Crate
rb64
Copy item path
Source
Expand description
Base 64
This crate contains functions to encode and decode Base 64
Macros
§
unreachable
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