Skip to main content

Module decoding

Module decoding 

Source
Expand description

Re-exports for all decoding traits.

Each decoding trait has its own feature gate:

TraitFeature
FromHexStrencoding-hex
FromBase64UrlStrencoding-base64
FromBech32Strencoding-bech32
FromBech32mStrencoding-bech32m

Re-exports§

pub use self::base64_url::FromBase64UrlStr;
pub use self::bech32::FromBech32Str;
pub use self::bech32m::FromBech32mStr;
pub use self::hex::FromHexStr;

Modules§

base64_url
URL-safe Base64 decoding trait.
bech32
Bech32 decoding trait.
bech32m
Bech32m decoding trait.
hex
Hexadecimal decoding trait.