Docs.rs
base64-0.21.0-beta.2
base64 0.21.0-beta.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
alicemaz
marshallpierce
Dependencies
criterion ^0.4.0
dev
rand ^0.8.5
dev
rstest ^0.12.0
dev
rstest_reuse ^0.3.0
dev
structopt ^0.3.26
dev
Versions
100%
of the crate is documented
Go to latest stable release
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
☰
Module alphabet
Structs
Enums
Constants
?
Module
base64
::
alphabet
source
·
[
−
]
Expand description
Provides
Alphabet
and constants for alphabets commonly used in the wild.
Structs
Alphabet
An alphabet defines the 64 ASCII characters (symbols) used for base64.
Enums
ParseAlphabetError
Possible errors when constructing an
Alphabet
from a
str
.
Constants
BCRYPT
The bcrypt alphabet.
BIN_HEX
The alphabet used in BinHex 4.0 files.
CRYPT
The
crypt(3)
alphabet (uses
.
and
/
as the first two values).
IMAP_MUTF7
The alphabet used in IMAP-modified UTF-7 (uses
+
and
,
).
STANDARD
The standard alphabet (uses
+
and
/
).
URL_SAFE
The URL safe alphabet (uses
-
and
_
).