Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

rust-rmp-devel-0.8.12-2.fc40 RPM for noarch

From Fedora Rawhide for x86_64 / r

Name: rust-rmp-devel Distribution: Fedora Project
Version: 0.8.12 Vendor: Fedora Project
Release: 2.fc40 Build date: Sat Jan 27 01:06:53 2024
Group: Unspecified Build host: buildhw-x86-03.iad2.fedoraproject.org
Size: 149590 Source RPM: rust-rmp-0.8.12-2.fc40.src.rpm
Packager: Fedora Project
Url: https://crates.io/crates/rmp
Summary: Pure Rust MessagePack serialization implementation
Pure Rust MessagePack serialization implementation.

This package contains library source intended for building other packages which
use the "rmp" crate.

Provides

Requires

License

MIT

Changelog

* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.12-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Jul 27 2023 Fabio Valentini <decathorpe@gmail.com> - 0.8.12-1
  - Update to version 0.8.12; Fixes RHBZ#2224603
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.11-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.11-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.11-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sat Jul 16 2022 Fabio Valentini <decathorpe@gmail.com> - 0.8.11-1
  - Update to version 0.8.11; Fixes RHBZ#1924125

Files

/usr/share/cargo/registry/rmp-0.8.12
/usr/share/cargo/registry/rmp-0.8.12/.cargo-checksum.json
/usr/share/cargo/registry/rmp-0.8.12/CHANGELOG.md
/usr/share/cargo/registry/rmp-0.8.12/Cargo.toml
/usr/share/cargo/registry/rmp-0.8.12/LICENSE
/usr/share/cargo/registry/rmp-0.8.12/README.md
/usr/share/cargo/registry/rmp-0.8.12/benches
/usr/share/cargo/registry/rmp-0.8.12/benches/bench.rs
/usr/share/cargo/registry/rmp-0.8.12/clippy.toml
/usr/share/cargo/registry/rmp-0.8.12/src
/usr/share/cargo/registry/rmp-0.8.12/src/decode
/usr/share/cargo/registry/rmp-0.8.12/src/decode/bytes.rs
/usr/share/cargo/registry/rmp-0.8.12/src/decode/dec.rs
/usr/share/cargo/registry/rmp-0.8.12/src/decode/ext.rs
/usr/share/cargo/registry/rmp-0.8.12/src/decode/mod.rs
/usr/share/cargo/registry/rmp-0.8.12/src/decode/sint.rs
/usr/share/cargo/registry/rmp-0.8.12/src/decode/str.rs
/usr/share/cargo/registry/rmp-0.8.12/src/decode/uint.rs
/usr/share/cargo/registry/rmp-0.8.12/src/encode
/usr/share/cargo/registry/rmp-0.8.12/src/encode/bin.rs
/usr/share/cargo/registry/rmp-0.8.12/src/encode/buffer.rs
/usr/share/cargo/registry/rmp-0.8.12/src/encode/dec.rs
/usr/share/cargo/registry/rmp-0.8.12/src/encode/ext.rs
/usr/share/cargo/registry/rmp-0.8.12/src/encode/map.rs
/usr/share/cargo/registry/rmp-0.8.12/src/encode/mod.rs
/usr/share/cargo/registry/rmp-0.8.12/src/encode/sint.rs
/usr/share/cargo/registry/rmp-0.8.12/src/encode/str.rs
/usr/share/cargo/registry/rmp-0.8.12/src/encode/uint.rs
/usr/share/cargo/registry/rmp-0.8.12/src/encode/vec.rs
/usr/share/cargo/registry/rmp-0.8.12/src/errors.rs
/usr/share/cargo/registry/rmp-0.8.12/src/lib.rs
/usr/share/cargo/registry/rmp-0.8.12/src/marker.rs
/usr/share/cargo/registry/rmp-0.8.12/tests
/usr/share/cargo/registry/rmp-0.8.12/tests/func
/usr/share/cargo/registry/rmp-0.8.12/tests/func/decode
/usr/share/cargo/registry/rmp-0.8.12/tests/func/decode/array.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/decode/bin.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/decode/bool.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/decode/ext.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/decode/float.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/decode/map.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/decode/mod.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/decode/null.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/decode/sint.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/decode/string.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/decode/uint.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/encode
/usr/share/cargo/registry/rmp-0.8.12/tests/func/encode/array.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/encode/bin.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/encode/bool.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/encode/ext.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/encode/float.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/encode/int.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/encode/map.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/encode/mod.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/encode/null.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/encode/string.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/mirror.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/func/mod.rs
/usr/share/cargo/registry/rmp-0.8.12/tests/lib.rs


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Apr 25 00:00:55 2024