Module bs58::encode [] [src]

Functions for encoding into Base58 encoded strings.

Structs

EncodeBuilder

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

Functions

encode_into

Encode given bytes into given string using the given alphabet, any existing data will be cleared.