rust-brotli-decompressor 2.5.0-1 source package in Ubuntu

Changelog

rust-brotli-decompressor (2.5.0-1) unstable; urgency=medium

  * Package brotli-decompressor 2.5.0 from crates.io using debcargo 2.6.0
  * Disable a non-terminating test.

 -- Alexander Kjäll <email address hidden>  Sat, 02 Dec 2023 15:15:56 +0000

Upload details

Uploaded by:
Rust Maintainers
Uploaded to:
Sid
Original maintainer:
Rust Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
rust-brotli-decompressor_2.5.0-1.dsc 2.4 KiB 3641dcf06e5d9d251bb129a57f78998186d338f11dbf43d37d645ec859ccdc2e
rust-brotli-decompressor_2.5.0.orig.tar.gz 188.4 KiB da74e2b81409b1b743f8f0c62cc6254afefb8b8e50bbfe3735550f7aeefa3448
rust-brotli-decompressor_2.5.0-1.debian.tar.xz 6.0 KiB 14b75cc265dab324c3f1933fe8b2950f8049488b63c229850ecd1711cd03640c

Available diffs

No changes file available.

Binary packages built by this source

librust-brotli-decompressor-dev: Brotli decompressor library avoiding the rust stdlib - Rust source code

 This makes it suitable for embedded devices and kernels. It is designed with a
 pluggable allocator so that the standard lib's allocator may be employed. The
 default build also includes a stdlib allocator and stream interface. Disable
 this with --features=no-stdlib. Alternatively, --features=unsafe turns off
 array bounds checks and memory initialization but provides a safe interface
 for the caller. Without adding the --features=unsafe argument, all included
 code is safe. For compression in addition to this library, download https://
 github.com/dropbox/rust-brotli
 .
 Source code for Debianized Rust crate "brotli-decompressor"