DFSG NEW Queue

DFSG, Licensing & New Packages Team

rust-digest-io 0.1.0-1

Package Information

DescriptionI/O adapters for digest traits - Rust source code

This crate bridges Rust's standard input/output traits and the generic hashing traits provided by the digest crate. It lets digest implementations receive bytes through std::io::Write, exposes extendable-output readers through std::io::Read, and provides reader and writer wrappers that calculate a digest while forwarding data.

These adapters make hash functions usable with generic streaming I/O routines, such as std::io::copy, without first buffering the complete input in memory. Source code for Debianized Rust crate "digest-io"

MaintainerDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Changed BySteffen Moeller <moeller@debian.org>
Sponsormoeller@debian.org
Distributionunstable
Architectureany
VCSgit: https://salsa.debian.org/rust-team/debcargo-conf.git [src/digest-io] (browse)
Closes#1145295
Trackerhttps://tracker.debian.org/pkg/rust-digest-io
Uploaded19 hours ago

New Package Report

.changes
Sourcerust-digest-io
Version0.1.0-1
Changed-BySteffen Moeller
Architecturesource amd64
Distributionunstable
DateFri, 28 Aug 2026 02:33:14 +0200
Changelog
rust-digest-io (0.1.0-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1145295)
   * Package digest-io 0.1.0 from crates.io using debcargo 2.8.4
.dsc
Componentmain
Package-Listlibrust-digest-io-dev deb rust optional arch=any
Sectionrust
Priorityoptional
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: digest-io
Upstream-Contact: RustCrypto Developers
Source: https://github.com/RustCrypto/utils/tree/master/digest-io

Files: *
Copyright:
 2017 John Downey
 2025 The RustCrypto Project Developers
License: MIT or Apache-2.0

Files: debian/*
Copyright:
 2026 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
 2026 Steffen Moeller <moeller@debian.org>
License: MIT or Apache-2.0

License: Apache-2.0
 Debian systems provide the Apache 2.0 license in
 /usr/share/common-licenses/Apache-2.0

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Back to Dashboard | View all reviews for this package