mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 07:29:09 +01:00
When we serialize from a byte array to bech32 in
`lightning-invoice`, we can either copy the array itself into the
iterator or hold a reference to the array and iterate through that.
In
|
||
---|---|---|
.. | ||
de.rs | ||
lib.rs | ||
ser.rs | ||
tb.rs | ||
test_ser_de.rs |