rust-easy-parallel 3.3.1-1 source package in Ubuntu

Changelog

rust-easy-parallel (3.3.1-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * bump project version in virtual packages and autopkgtests
  * relax to build-depend unversioned on dh-cargo
  * update dh-cargo fork
  * update copyright info: update coverage

 -- Jonas Smedegaard <email address hidden>  Mon, 16 Oct 2023 18:40:49 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-easy-parallel_3.3.1-1.dsc 2.1 KiB 8664d57b8367df859fee76f8b486efc4e2e13261802ef646732a2754e1e68984
rust-easy-parallel_3.3.1.orig.tar.gz 9.4 KiB d553950d373d4a4a6df557ff4f95e6b514aa42e77fdf8754315c23bbe4897a8c
rust-easy-parallel_3.3.1-1.debian.tar.xz 14.1 KiB 6274cfa7212f68987555beaef5a44a91c49ad74dda7e1feb9edba17af26d2c3d

Available diffs

No changes file available.

Binary packages built by this source

librust-easy-parallel-dev: run closures in parallel - Rust source code

 easy-parallel is a simple primitive
 for spawning threads in bulk and waiting for them to complete.
 Threads are allowed to borrow local variables from the main thread.
 .
 This package contains the source
 for the Rust easy-parallel crate,
 packaged for use with cargo and dh-cargo.