rust-send-wrapper 0.6.0-1 source package in Ubuntu

Changelog

rust-send-wrapper (0.6.0-1) unstable; urgency=medium

  * Package send_wrapper 0.6.0 from crates.io using debcargo 2.5.0

 -- Matthias Geiger <email address hidden>  Sat, 02 Jul 2022 02:28:13 +0100

Upload details

Uploaded by:
Rust Maintainers
Uploaded to:
Sid
Original maintainer:
Rust Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
rust-send-wrapper_0.6.0-1.dsc 2.0 KiB 03adbc7cacc8fd0cad30ff8591f42538ecef4f224f6bb7d7c1b14210acf45bff
rust-send-wrapper_0.6.0.orig.tar.gz 10.3 KiB cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73
rust-send-wrapper_0.6.0-1.debian.tar.xz 3.0 KiB 745ac7aabf98a29755a80287c897dcd0ff599b483b9def9de93f8daffacf3377

No changes file available.

Binary packages built by this source

librust-send-wrapper+futures-core-dev: 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.

librust-send-wrapper-dev: 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 - Rust source code

 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 package contains the source for the Rust send_wrapper crate, packaged by
 debcargo for use with cargo and dh-cargo.