Crate multibase

Source
Expand description

§multibase

Implementation of multibase in Rust.

Enums§

Base
List of types currently supported in the multibase spec.
Error
Error types

Functions§

decode
Decode the base string.
encode
Encode with the given byte slice to base string.

Type Aliases§

Result
Type alias to use this library’s Error type in a Result.