librust-hashbrown-dev (0.16.1-2)

3 versions available in kali/kali-last-snapshot/main/i386

Details

Core information at a glance

Distribution
kali
Origin
kali-last-snapshot
Repository
https://http.kali.org/kali
Codename
kali-last-snapshot
Component
main
Source
rust-hashbrown
Architecture
i386
Section
rust
Priority
optional
Maintainer
Debian Rust Maintainers <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
906 B
Size expected
120.6 kB
Size actual
120.6 kB
Size match

Dependencies

Required package dependencies

  • librust-allocator-api2-0.2+alloc-dev (>= 0.2.9-~~)
  • librust-equivalent-1-dev
  • librust-foldhash-0.2-dev
  • librust-rayon-1+default-dev (>= 1.9.0-~~)
  • librust-serde-1-dev (>= 1.0.220-~~)
  • librust-serde-core-1-dev (>= 1.0.221-~~)

Suggested packages

Recommended additional packages

  • None

Description

Rust port of Google's SwissTable hash map - Rust source code

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD583b952e9…c59f0078
SHA-1b196f416…5453737b
SHA-25600dc68ea…ee4b30ee
SHA-51273f9382d…6fb1e64a

Contents

Files and directories included

.
usr
usr/share
usr/share/cargo
usr/share/cargo/registry
usr/share/cargo/registry/hashbrown-0.16.1
usr/share/cargo/registry/hashbrown-0.16.1/.cargo-checksum.json
usr/share/cargo/registry/hashbrown-0.16.1/.cargo_vcs_info.json
usr/share/cargo/registry/hashbrown-0.16.1/.gitignore
usr/share/cargo/registry/hashbrown-0.16.1/CHANGELOG.md
usr/share/cargo/registry/hashbrown-0.16.1/Cargo.toml
usr/share/cargo/registry/hashbrown-0.16.1/Cargo.toml.orig
usr/share/cargo/registry/hashbrown-0.16.1/Cross.toml
usr/share/cargo/registry/hashbrown-0.16.1/LICENSE-APACHE
usr/share/cargo/registry/hashbrown-0.16.1/LICENSE-MIT
usr/share/cargo/registry/hashbrown-0.16.1/README.md
usr/share/cargo/registry/hashbrown-0.16.1/benches
usr/share/cargo/registry/hashbrown-0.16.1/benches/bench.rs
usr/share/cargo/registry/hashbrown-0.16.1/benches/insert_unique_unchecked.rs
usr/share/cargo/registry/hashbrown-0.16.1/benches/set_ops.rs
usr/share/cargo/registry/hashbrown-0.16.1/benches/with_capacity.rs
usr/share/cargo/registry/hashbrown-0.16.1/clippy.toml
usr/share/cargo/registry/hashbrown-0.16.1/debian
usr/share/cargo/registry/hashbrown-0.16.1/debian/patches
usr/share/cargo/registry/hashbrown-0.16.1/debian/patches/disable-alloc.diff
usr/share/cargo/registry/hashbrown-0.16.1/debian/patches/disable-nightly.diff
usr/share/cargo/registry/hashbrown-0.16.1/debian/patches/drop-rustc-std-workspace-core.patch
usr/share/cargo/registry/hashbrown-0.16.1/debian/patches/fix-tests-no-default-features.patch
usr/share/cargo/registry/hashbrown-0.16.1/debian/patches/rand-0.8.patch
usr/share/cargo/registry/hashbrown-0.16.1/debian/patches/series
usr/share/cargo/registry/hashbrown-0.16.1/debian/patches/skip-test-s390x.patch
usr/share/cargo/registry/hashbrown-0.16.1/src
usr/share/cargo/registry/hashbrown-0.16.1/src/control
usr/share/cargo/registry/hashbrown-0.16.1/src/control/bitmask.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/control/group
usr/share/cargo/registry/hashbrown-0.16.1/src/control/group/generic.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/control/group/lsx.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/control/group/mod.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/control/group/neon.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/control/group/sse2.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/control/mod.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/control/tag.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/external_trait_impls
usr/share/cargo/registry/hashbrown-0.16.1/src/external_trait_impls/mod.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/external_trait_impls/rayon
usr/share/cargo/registry/hashbrown-0.16.1/src/external_trait_impls/rayon/helpers.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/external_trait_impls/rayon/map.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/external_trait_impls/rayon/mod.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/external_trait_impls/rayon/raw.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/external_trait_impls/rayon/set.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/external_trait_impls/rayon/table.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/external_trait_impls/serde.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/hasher.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/lib.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/macros.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/map.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/raw
usr/share/cargo/registry/hashbrown-0.16.1/src/raw/alloc.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/raw/mod.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/raw_entry.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/rustc_entry.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/scopeguard.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/set.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/table.rs
usr/share/cargo/registry/hashbrown-0.16.1/src/util.rs
usr/share/cargo/registry/hashbrown-0.16.1/tests
usr/share/cargo/registry/hashbrown-0.16.1/tests/equivalent_trait.rs
usr/share/cargo/registry/hashbrown-0.16.1/tests/hasher.rs
usr/share/cargo/registry/hashbrown-0.16.1/tests/rayon.rs
usr/share/cargo/registry/hashbrown-0.16.1/tests/serde.rs
usr/share/cargo/registry/hashbrown-0.16.1/tests/set.rs
usr/share/doc
usr/share/doc/librust-hashbrown-dev
usr/share/doc/librust-hashbrown-dev/changelog.Debian.gz
usr/share/doc/librust-hashbrown-dev/changelog.gz
usr/share/doc/librust-hashbrown-dev/copyright