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
- Base58
Array - 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§
- Alphabet
Tag - Types representing a base58 alphabet
Type Aliases§
- Bitcoin
Base58 - Adapter to serialize bytes as a base58 string using the Bitcoin alphabet
- Bitcoin
Base58 Array - Adapter to serialize a byte array as a base58 string using the Bitcoin alphabet
- Flickr
Base58 - Adapter to serialize bytes as a base58 string using the Flickr alphabet
- Flickr
Base58 Array - Adapter to serialize a byte array as a base58 string using the Flickr alphabet
- Monero
Base58 - Adapter to serialize bytes as a base58 string using the Monero alphabet
- Monero
Base58 Array - Adapter to serialize a byte array as a base58 string using the Monero alphabet
- Ripple
Base58 - Adapter to serialize bytes as a base58 string using the Ripple alphabet
- Ripple
Base58 Array - Adapter to serialize a byte array as a base58 string using the Ripple alphabet