Module config

Module config 

Source
Expand description

Creation of custom configs for Base64 numbers containing different characters, with or without padding, with or without a maximum line length. In addition, 5 configs are already defined because of their popularity (STANDARD, MIME, IMAP, URLSAFE with and without padding).

Structs§

Config
Configuration for Base64 number that consists of

Constants§

IMAP
IMAP compliant configuration as specified in RFC 3501
MIME
MIME compliant configuration as specified in RFC 2045
STANDARD
Base64 standard compliant configuration as specified in RFC 4648
URL_SAFE_NO_PADDING
Base64url without padding compliant configuration as specified in RFC 4648
URL_SAFE_PADDING
Base64url with padding compliant configuration as specified in RFC 4648