librust-rmp-dev (0.8.14-1)

Details

Core information at a glance

Distribution
ubuntu
Origin
ubuntu-stonking
Repository
https://ports.ubuntu.com
Codename
stonking
Component
universe
Source
rust-rmp
Architecture
riscv64
Section
universe/rust
Priority
optional
Maintainer
Ubuntu Developers <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
203 B
Size expected
27.8 kB
Size actual
27.8 kB
Size match

Dependencies

Required package dependencies

  • librust-byteorder-1+std-dev (>= 1.4.2-~~)
  • librust-byteorder-1-dev (>= 1.4.2-~~)
  • librust-num-traits-0.2+std-dev (>= 0.2.14-~~)
  • librust-num-traits-0.2-dev (>= 0.2.14-~~)
  • librust-paste-1+default-dev

Suggested packages

Recommended additional packages

  • None

Description

Pure Rust MessagePack serialization implementation - Rust source code

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD5bcc38878…4a89b65d
SHA-1e8a5ae36…10916c38
SHA-2563dcdf3a2…18479d27
SHA-5129b449501…d3f9862e

Contents

Files and directories included

.
usr
usr/share
usr/share/cargo
usr/share/cargo/registry
usr/share/cargo/registry/rmp-0.8.14
usr/share/cargo/registry/rmp-0.8.14/.cargo-checksum.json
usr/share/cargo/registry/rmp-0.8.14/.cargo_vcs_info.json
usr/share/cargo/registry/rmp-0.8.14/CHANGELOG.md
usr/share/cargo/registry/rmp-0.8.14/Cargo.toml
usr/share/cargo/registry/rmp-0.8.14/LICENSE
usr/share/cargo/registry/rmp-0.8.14/README.md
usr/share/cargo/registry/rmp-0.8.14/benches
usr/share/cargo/registry/rmp-0.8.14/benches/bench.rs
usr/share/cargo/registry/rmp-0.8.14/clippy.toml
usr/share/cargo/registry/rmp-0.8.14/debian
usr/share/cargo/registry/rmp-0.8.14/debian/patches
usr/share/cargo/registry/rmp-0.8.14/debian/patches/disable-benches-examples.patch
usr/share/cargo/registry/rmp-0.8.14/debian/patches/series
usr/share/cargo/registry/rmp-0.8.14/examples
usr/share/cargo/registry/rmp-0.8.14/examples/inspect.rs
usr/share/cargo/registry/rmp-0.8.14/src
usr/share/cargo/registry/rmp-0.8.14/src/decode
usr/share/cargo/registry/rmp-0.8.14/src/decode/bytes.rs
usr/share/cargo/registry/rmp-0.8.14/src/decode/dec.rs
usr/share/cargo/registry/rmp-0.8.14/src/decode/ext.rs
usr/share/cargo/registry/rmp-0.8.14/src/decode/mod.rs
usr/share/cargo/registry/rmp-0.8.14/src/decode/sint.rs
usr/share/cargo/registry/rmp-0.8.14/src/decode/str.rs
usr/share/cargo/registry/rmp-0.8.14/src/decode/uint.rs
usr/share/cargo/registry/rmp-0.8.14/src/encode
usr/share/cargo/registry/rmp-0.8.14/src/encode/bin.rs
usr/share/cargo/registry/rmp-0.8.14/src/encode/buffer.rs
usr/share/cargo/registry/rmp-0.8.14/src/encode/dec.rs
usr/share/cargo/registry/rmp-0.8.14/src/encode/ext.rs
usr/share/cargo/registry/rmp-0.8.14/src/encode/map.rs
usr/share/cargo/registry/rmp-0.8.14/src/encode/mod.rs
usr/share/cargo/registry/rmp-0.8.14/src/encode/sint.rs
usr/share/cargo/registry/rmp-0.8.14/src/encode/str.rs
usr/share/cargo/registry/rmp-0.8.14/src/encode/uint.rs
usr/share/cargo/registry/rmp-0.8.14/src/encode/vec.rs
usr/share/cargo/registry/rmp-0.8.14/src/errors.rs
usr/share/cargo/registry/rmp-0.8.14/src/lib.rs
usr/share/cargo/registry/rmp-0.8.14/src/marker.rs
usr/share/cargo/registry/rmp-0.8.14/tests
usr/share/cargo/registry/rmp-0.8.14/tests/func
usr/share/cargo/registry/rmp-0.8.14/tests/func/decode
usr/share/cargo/registry/rmp-0.8.14/tests/func/decode/array.rs
usr/share/cargo/registry/rmp-0.8.14/tests/func/decode/bin.rs
usr/share/cargo/registry/rmp-0.8.14/tests/func/decode/bool.rs
usr/share/cargo/registry/rmp-0.8.14/tests/func/decode/ext.rs
usr/share/cargo/registry/rmp-0.8.14/tests/func/decode/float.rs
usr/share/cargo/registry/rmp-0.8.14/tests/func/decode/map.rs
usr/share/cargo/registry/rmp-0.8.14/tests/func/decode/mod.rs
usr/share/cargo/registry/rmp-0.8.14/tests/func/decode/null.rs
usr/share/cargo/registry/rmp-0.8.14/tests/func/decode/sint.rs
usr/share/cargo/registry/rmp-0.8.14/tests/func/decode/string.rs
usr/share/cargo/registry/rmp-0.8.14/tests/func/decode/uint.rs
usr/share/cargo/registry/rmp-0.8.14/tests/func/encode
usr/share/cargo/registry/rmp-0.8.14/tests/func/encode/array.rs
usr/share/cargo/registry/rmp-0.8.14/tests/func/encode/bin.rs
usr/share/cargo/registry/rmp-0.8.14/tests/func/encode/bool.rs
usr/share/cargo/registry/rmp-0.8.14/tests/func/encode/ext.rs
usr/share/cargo/registry/rmp-0.8.14/tests/func/encode/float.rs
usr/share/cargo/registry/rmp-0.8.14/tests/func/encode/int.rs
usr/share/cargo/registry/rmp-0.8.14/tests/func/encode/map.rs
usr/share/cargo/registry/rmp-0.8.14/tests/func/encode/mod.rs
usr/share/cargo/registry/rmp-0.8.14/tests/func/encode/null.rs
usr/share/cargo/registry/rmp-0.8.14/tests/func/encode/string.rs
usr/share/cargo/registry/rmp-0.8.14/tests/func/mirror.rs
usr/share/cargo/registry/rmp-0.8.14/tests/lib.rs
usr/share/doc
usr/share/doc/librust-rmp-dev
usr/share/doc/librust-rmp-dev/changelog.Debian.gz
usr/share/doc/librust-rmp-dev/copyright