module Multibase

Overview

Convert bytes between multiple bases using custom alphabets.

Not compatible with RFC 4648 - do not use for Base16, Base32 or Base64. https://www.rfc-editor.org/rfc/rfc4648

Defined in:

multibase.cr
multibase/base.cr

Constant Summary

VERSION = "0.1.0"