[][src]Crate multibase

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 Definitions

Result

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