DFSG NEW Queue

DFSG, Licensing & New Packages Team

rust-choose 1.3.7-1

Package Information

Descriptionhuman-friendly and fast alternative to cut and (sometimes) awk

choose is a human-friendly and fast alternative to cut and (sometimes) awk. It is not meant to be a drop-in replacement for these tools, but rather a simple and intuitive tool to reach for when the basics of awk or cut will do, but the overhead of getting them to behave should not be necessary.

Features: * terse field selection syntax similar to Python's list slices * negative indexing from end of line * optional start/end index * zero-indexed * reverse ranges * slightly faster than cut for sufficiently long inputs, much faster than awk * regular expression field separators using Rust's regex syntax This package contains the following binaries built from the Rust crate "choose": - choose

MaintainerDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Changed By何庆 Ching He <heqing@rool.me>
Distributionunstable
Architectureany
VCSgit: https://salsa.debian.org/rust-team/debcargo-conf.git [src/choose] (browse)
Closes#1016389
Trackerhttps://tracker.debian.org/pkg/rust-choose
Uploaded4 hours ago

New Package Report

.changes
Distributionunstable
DateSun, 14 Jun 2026 16:40:33 +0000
Sourcerust-choose
Version1.3.7-1
Changed-By何庆 Ching He
Architectureamd64 source
Changelog
rust-choose (1.3.7-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1016389)
   * Package choose 1.3.7 from crates.io using debcargo 2.8.3
.dsc
Sectionutils
Priorityoptional
Componentmain
Package-Listchoose deb utils optional arch=any
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: choose
Upstream-Contact: Ryan Geary <rtgnj42@gmail.com>
Source: https://github.com/theryangeary/choose

Files: *
Copyright: 2019-2025 Ryan Geary <rtgnj42@gmail.com>
License: GPL-3.0-or-later

Files: debian/*
Copyright:
 2026 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
 2026 何庆 Ching He <heqing@rool.me>
License: GPL-3.0-or-later

License: GPL-3.0-or-later
 Debian systems provide the GPL 3.0 in /usr/share/common-licenses/GPL-3

Back to Dashboard | View all reviews for this package