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.11-2.fc37 RPM for noarch

From Fedora 37 for ppc64le / r

Name: rust-rmp-devel Distribution: Fedora Project
Version: 0.8.11 Vendor: Fedora Project
Release: 2.fc37 Build date: Sat Jul 23 08:25:43 2022
Group: Unspecified Build host: buildvm-x86-11.iad2.fedoraproject.org
Size: 149574 Source RPM: rust-rmp-0.8.11-2.fc37.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

* 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
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.9-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.9-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.9-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.9-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Files

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


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 9 20:42:17 2024