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

Changelog

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

  * Team upload.
  * Package brotli-decompressor 4.0.1 from crates.io using debcargo 2.6.1
  * Optimize patch for tests with missing data

 -- Blair Noctis <email address hidden>  Mon, 17 Jun 2024 21:12:36 +0200

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
Oracular proposed universe misc

Downloads

File Size SHA-256 Checksum
rust-brotli-decompressor_4.0.1-1.dsc 2.4 KiB 5d7727b491e4c0c06c63492909bc6a761164713059572ed2f32a06f863533c79
rust-brotli-decompressor_4.0.1.orig.tar.gz 188.8 KiB 9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362
rust-brotli-decompressor_4.0.1-1.debian.tar.xz 4.4 KiB a5d283658e7344283ec3d214d3e03c8522cf25f01a5bc4256265b17a862f9f2f

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"