Crate serdapt_base58

Source
Expand description

§Overview

Base58 adapter for #[serde(with = ...)]. See serdapt for more information on how to use such adapters.

The documentation for Base58 and Base58Array provides examples.

§Contribute

All contributions shall be licensed under the 0BSD license.

Structs§

Alphabet
Alphabet definition
Base58
Adapter to serialize bytes as a base58 string
Base58Array
Adapter to serialize a byte array as a base58 string
Bitcoin
Adapter argument to use the Bitcoin base58 alphabet
Flickr
Adapter argument to use the Flickr base58 alphabet
Monero
Adapter argument to use the Monero base58 alphabet
Ripple
Adapter argument to use the Ripple base58 alphabet

Traits§

AlphabetTag
Types representing a base58 alphabet

Type Aliases§

BitcoinBase58
Adapter to serialize bytes as a base58 string using the Bitcoin alphabet
BitcoinBase58Array
Adapter to serialize a byte array as a base58 string using the Bitcoin alphabet
FlickrBase58
Adapter to serialize bytes as a base58 string using the Flickr alphabet
FlickrBase58Array
Adapter to serialize a byte array as a base58 string using the Flickr alphabet
MoneroBase58
Adapter to serialize bytes as a base58 string using the Monero alphabet
MoneroBase58Array
Adapter to serialize a byte array as a base58 string using the Monero alphabet
RippleBase58
Adapter to serialize bytes as a base58 string using the Ripple alphabet
RippleBase58Array
Adapter to serialize a byte array as a base58 string using the Ripple alphabet