[][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!

Errors

Since it's a tiny implementation, no new errors are introduced. std::io::Error is good enough.

Panics

It's guaranteed that there are no panics.

Modules

version_info

2.0.0 (March 28th, 2019)

Enums

Kind

Kinds

Constants

CODE_NAME

Crate code name

NAME

Crate name

RELEASE_DATE

Crate release date (year/month/day)

TAG

Tag, which can be used for logging...

UUID

Unique universally identifier of this crate

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