Crate debt64[][src]

An implementation of Base64 - https://en.wikipedia.org/wiki/Base64

Project


Notes

Documentation is built with all features. Some of them are optional. If you see components from other crates, you can view source to see what features are required.

Modules

version_info

6.0.0 (March 14th, 2021)

Structs

Error

Error

Enums

Kind

Kinds

Constants

CODE_NAME

Crate code name

ID

ID of this crate

NAME

Crate name

RELEASE_DATE

Crate release date (year/month/day)

TAG

Tag, which can be used for logging…

VERSION

Crate version

Functions

decode

Decodes

decode_freenet_url

Decodes bytes via FreenetURL

decode_imap

Decodes bytes via IMAP

decode_mime

Decodes bytes via MIME

decode_standard

Decodes bytes via Standard

decode_url

Decodes bytes via URL

encode

Encodes

encode_freenet_url

Encodes bytes via FreenetURL

encode_imap

Encodes bytes via IMAP

encode_mime

Encodes bytes via MIME

encode_standard

Encodes bytes via Standard

encode_url

Encodes bytes via URL

Type Definitions

Result

Result type used in this crate