[][src]Crate debt64

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

Project


Notes

The crate uses #![no_std] by default. Documentation is built with all features, which include std. If you see some components from std crate, you have to use that feature.

Modules

version_info

5.0.0 (August 29th, 2019)

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