Struct bech32::Bech32Writer [−][src]
pub struct Bech32Writer<'a> { /* fields omitted */ }
Expand description
Allocationless Bech32 writer that accumulates the checksum data internally and writes them out in the end.
Implementations
Creates a new writer that can write a bech32 string without allocating itself.
This is a rather low-level API and doesn’t check the HRP or data length for standard compliance.