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

Changelog

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

  * Package brotli-decompressor 2.3.2 from crates.io using debcargo 2.5.0

 -- Alexander Kjäll <email address hidden>  Thu, 09 Jun 2022 23:36:35 +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

Downloads

File Size SHA-256 Checksum
rust-brotli-decompressor_2.3.2-1.dsc 2.4 KiB be512def1613c382913f0da47e1a93720aa853bb470e56c32c883815350e2072
rust-brotli-decompressor_2.3.2.orig.tar.gz 186.7 KiB 59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80
rust-brotli-decompressor_2.3.2-1.debian.tar.xz 5.5 KiB 6f27f0e5d17d72c74d1a0271b27bf6453e817739bc30d8c5bb09e8099a08abc4

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
 .
 This package contains the source for the Rust brotli-decompressor crate,
 packaged by debcargo for use with cargo and dh-cargo.