Module bs58::decode[][src]

Functions for decoding Base58 encoded strings.

Structs

DecodeBuilder

A builder for setting up the alphabet and output of a base58 decode.

Enums

DecodeError

Errors that could occur when decoding a Base58 encoded string.

Functions

decode_into

Decode given string into given byte slice using the given alphabet.