mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
Sadly, there's just not really a practical way to map a slice of objects in our current bindings infrastructure - either we take ownership of the underlying objects and move them into a Vec, or we need to leave the original objects in place and have a list of pointers to the Rust objects. Thus, the only practical mapping is to create a slice of references using the pointers we have. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |