DFSG NEW Queue

DFSG, Licensing & New Packages Team

rust-streaming-decompression 0.1.2-1

Package Information

DescriptionReusable-buffer abstraction for streaming decompression - Rust source code

This crate provides a fallible streaming iterator that applies a decompression function provided by the caller while retaining and reusing an internal byte buffer. It is useful for readers of chunked compressed formats, where allocating a new output buffer for every item would be unnecessarily expensive. Source code for Debianized Rust crate "streaming-decompression"

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/streaming-decompression] (browse)
Closes#1145343
Trackerhttps://tracker.debian.org/pkg/rust-streaming-decompression
Uploaded1 hour ago

New Package Report

.changes
Distributionunstable
DateSat, 29 Aug 2026 13:34:25 +0200
Sourcerust-streaming-decompression
Version0.1.2-1
Changed-BySteffen Moeller
Architecturesource amd64
Changelog
rust-streaming-decompression (0.1.2-1) unstable; urgency=medium
 .
   * Initial upload (Closes: #1145343)
   * Package streaming-decompression 0.1.2 from crates.io using debcargo 2.8.4
.dsc
Sectionrust
Priorityoptional
Componentmain
Package-Listlibrust-streaming-decompression-dev deb rust optional arch=any
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: streaming-decompression
Upstream-Contact: Jorge C. Leitão <jorgecarleitao@gmail.com>
Source: https://github.com/jorgecarleitao/streaming-decompressor

Files: *
Copyright: 2022 Jorge C. Leitão
License: MIT and/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 and Apache-2.0
Comment: The README requests new contributions to be dual-licensed.

License: Apache-2.0
 On Debian systems, the complete text of the Apache License, Version 2.0,
 can be found 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

Back to Dashboard | View all reviews for this package