[][src]Module radix64::configs

The different varieties of base64.

Structs

Crypt

The crypt(3) character set

CustomConfig

A custom defined alphabet and padding.

CustomConfigBuilder

A constructor for custom configurations.

Fast

The Fast character set

Std

The standard character set (uses + and /) with = padding.

StdNoPad

The standard character set (uses + and /) without padding.

UrlSafe

The URL safe character set (uses - and _) with = padding.

UrlSafeNoPad

The URL safe character set (uses - and _) without padding.

Enums

CustomConfigError

Errors that can occur when building a CustomConfig.