rust-lightning/lightning
Matt Corallo 6bc2a573bb Make offers::Amount Copy and export it in bindings
`Amount` is less than two pointers long, so there's no reason it
shouldn't be `Copy`. Further, because its an enum, bindings can't
map a reference to it in an `Option`. Thus, here, we simply make it
`Copy` and return it in `Option`s rather than a reference to it.
2024-05-13 18:55:22 +00:00
..
src Make offers::Amount Copy and export it in bindings 2024-05-13 18:55:22 +00:00
Cargo.toml Bump possiblyrandom to 0.2 2024-05-08 20:08:52 +00:00