Thu, 12 Sep 2024 08:40:56 UTC | login

Information for build rust-brotli-decompressor-2.3.0-2.fc33

ID140675
Package Namerust-brotli-decompressor
Version2.3.0
Release2.fc33
Epoch
SummaryBrotli decompressor that with an interface avoiding the rust stdlib
DescriptionBrotli decompressor that with an interface avoiding the rust stdlib. 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 27 Mar 2020 09:53:24 UTC
CompletedFri, 27 Mar 2020 09:53:24 UTC
Tags
f33
RPMs
src
rust-brotli-decompressor-2.3.0-2.fc33.src.rpm (info) (download)
noarch
rust-brotli-decompressor+alloc-stdlib-devel-2.3.0-2.fc33.noarch.rpm (info) (download)
rust-brotli-decompressor+benchmark-devel-2.3.0-2.fc33.noarch.rpm (info) (download)
rust-brotli-decompressor+default-devel-2.3.0-2.fc33.noarch.rpm (info) (download)
rust-brotli-decompressor+disable-timer-devel-2.3.0-2.fc33.noarch.rpm (info) (download)
rust-brotli-decompressor+pass-through-ffi-panics-devel-2.3.0-2.fc33.noarch.rpm (info) (download)
rust-brotli-decompressor+seccomp-devel-2.3.0-2.fc33.noarch.rpm (info) (download)
rust-brotli-decompressor+std-devel-2.3.0-2.fc33.noarch.rpm (info) (download)
rust-brotli-decompressor+unsafe-devel-2.3.0-2.fc33.noarch.rpm (info) (download)
rust-brotli-decompressor-devel-2.3.0-2.fc33.noarch.rpm (info) (download)
Changelog * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Dec 14 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.3.0-1 - Initial package