rust-slice-group-by 0.3.1-3 source package in Ubuntu

Changelog

rust-slice-group-by (0.3.1-3) unstable; urgency=medium

  * update DEP-3 patch headers
  * update dh-cargo fork;
    closes: bug#1047400, thanks to Lucas Nussbaum

 -- Jonas Smedegaard <email address hidden>  Sun, 20 Aug 2023 10:23:09 +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-slice-group-by_0.3.1-3.dsc 2.1 KiB 48efc865feed10312d4c5d6cc22e77c97a638823b6f33ea482e031cbe6569277
rust-slice-group-by_0.3.1.orig.tar.gz 14.3 KiB 1f72baed30069fbba520c225a6032b980700bc77f997400153e1e232cd6602b1
rust-slice-group-by_0.3.1-3.debian.tar.xz 11.6 KiB 35f0c72a9548b03f01c44b2cd66007a392af87499c01e26974e8c189bc305958

Available diffs

No changes file available.

Binary packages built by this source

librust-slice-group-by-dev: iterators over groups in slices and strs - Rust source code

 slice-group-by is an implementation of the groupBy Haskell function,
 providing tools for efficiently iterating over `slice` and `str`
 by groups defined by a function
 that specifies if two elements are in the same group.
 .
 This package contains the source for the Rust slice-group-by crate,
 for use with cargo and dh-cargo.