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. |
Enums
Error | Errors that could occur when encoding a Base58 encoded string. |
Traits
EncodeTarget | Represents a buffer that can be encoded into. See |
Type Definitions
Result | A specialized |