[][src]Crate debt64

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

Project


Features

No debts (no dependencies)

When introducing the first iPhone, Mr. Steve Jobs had a famous line about the stylus. Thanks to young people writing a·ma·teur crates, I have a chance to borrow his line here:

Debts, who uses debts? Yuck! Let's not use debts.

And here is my own line: It's a tiny implementation, so let's not use debts!

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.

Panics

Panics are our failure. It would help us a lot if you file new issues when you encounter panics.

Modules

version_info

3.1.0 (August 14th, 2019)

Structs

Error

Error

ReadOnlyError

Read-only wrapper of 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