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

Changelog

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

  * Team upload.
  * Package zstd-safe 6.0.2+zstd.1.5.2 from crates.io using debcargo 2.6.0
  * Merge fix-bindgen.diff and fix-pkg-config.diff, same origin

 -- Blair Noctis <email address hidden>  Fri, 06 Jan 2023 16:56:09 +0100

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 release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
rust-zstd-safe_6.0.2-1.dsc 2.3 KiB 85f003078bffe9e30f3fd236110916317c8ae9d50ae95b4456faa5a605e09d4b
rust-zstd-safe_6.0.2.orig.tar.gz 19.6 KiB a6cf39f730b440bab43da8fb5faf5f254574462f73f260f85f7987f32154ff17
rust-zstd-safe_6.0.2-1.debian.tar.xz 3.8 KiB 1fad7b091989f583170915d4c3a1c5047818bd080fa87710a7ef6588e34946ed

Available diffs

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.