Crate multibase

source ·
Expand description

§multibase

Implementation of multibase in Rust.

Enums§

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

Functions§

  • Decode the base string.
  • Encode with the given byte slice to base string.

Type Aliases§

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