rust-zstd-safe 7.1.0-1 source package in Ubuntu

Changelog

rust-zstd-safe (7.1.0-1) unstable; urgency=medium

  * Package zstd-safe 7.1.0 from crates.io using debcargo 2.6.1
  * Add myself to Uploaders

 -- Blair Noctis <email address hidden>  Sat, 15 Jun 2024 14:37:11 +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

Downloads

File Size SHA-256 Checksum
rust-zstd-safe_7.1.0-1.dsc 1.7 KiB f4ee8f1ab8debcd0ac1f32947299cbfe9dbea7b8914fd99e399868a3f0d36446
rust-zstd-safe_7.1.0.orig.tar.gz 20.3 KiB 1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a
rust-zstd-safe_7.1.0-1.debian.tar.xz 3.9 KiB e73e80f4a4f7ce392be7b59dfcc1495e20a53f0aaea0ff44223c457343e7909b

No changes file available.

Binary packages built by this source

librust-zstd-safe-dev: Safe low-level bindings for the zstd compression library - Rust source code

 This is a thin, no-std, safe abstraction built on top of the bindings from
 zstd-sys. It is close to a 1-for-1 mapping to the C functions, but uses Rust
 types like slices instead of pointers and lengths. For a more comfortable
 higher-level library (with Read/Write implementations), see zstd.