Binary package “librust-send-wrapper+futures-core-dev” in ubuntu oracular

This Rust library implements a wrapper type called SendWrapper which allows you to move around non-Send types between threads, as long as you access the contained value only from within the original thread - feature "futures-core" and 1 more

 You also have to make sure that the wrapper is dropped from within the original
 thread. If any of these constraints is violated, a panic occurs.
 .
 This metapackage enables feature "futures-core" for the Rust send_wrapper
 crate, by pulling in any additional dependencies needed by that feature.
 .
 Additionally, this package also provides the "futures" feature.