Docs.rs
base64_light-0.1.1
base64_light 0.1.1
Docs.rs crate page
CC0-1.0
Links
Repository
crates.io
Source
Owners
kujirahand
Dependencies
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
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
☰
Crate base64_light
Version 0.1.1
All Items
Functions
?
Crate
base64_light
source
·
[
−
]
Expand description
Base64 Encoder & Decoder
This is very simple Base64 library.
docs.rs/base64_light
repository
Functions
base64_decode
Decode Base64 to Vec
base64_decode_str
Decode Base64 to String
base64_encode
encode Base64 &str
base64_encode_bytes
encode Base64 bytes