rust-lightning/lightning-invoice/src
Matt Corallo 39c1d6b2af Replace the generic parse_int_be with a macro called twice
`parse_int_be` is generic across integer types and also input
types, but to do so it relies on the `num-traits` crate. There's
not a lot of reason for this now that std has `from_be_bytes`, so
we drop the generic now and replace it with a macro which is called
twice to create two functions, both only supporting conversion from
`u5` arrays.
2024-03-13 19:18:20 +00:00
..
de.rs Replace the generic parse_int_be with a macro called twice 2024-03-13 19:18:20 +00:00
lib.rs Replace the generic parse_int_be with a macro called twice 2024-03-13 19:18:20 +00:00
payment.rs Fix unused imports in lightning-invoice no-std tests 2023-12-18 08:53:27 +01:00
ser.rs Fix typo lightning-invoice/src/ser.rs 2024-01-12 20:46:26 +08:00
tb.rs Pure import of lightning-invoice crate 2021-04-09 10:08:27 -04:00
utils.rs Drop lightning-invoice dependency on hashbrown` 2024-02-16 20:34:41 +00:00