How to Install and Uninstall librust-slotmap-dev Package on Kali Linux

Last updated: October 06,2024

1. Install "librust-slotmap-dev" package

Please follow the guidelines below to install librust-slotmap-dev on Kali Linux

$ sudo apt update $ sudo apt install librust-slotmap-dev

2. Uninstall "librust-slotmap-dev" package

This is a short guide on how to uninstall librust-slotmap-dev on Kali Linux:

$ sudo apt remove librust-slotmap-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the librust-slotmap-dev package on Kali Linux

Package: librust-slotmap-dev
Source: rust-slotmap (1.0.6-1)
Version: 1.0.6-1+b1
Installed-Size: 306
Maintainer: Debian Rust Maintainers
Architecture: amd64
Provides: librust-slotmap+default-dev (= 1.0.6-1+b1), librust-slotmap+serde-dev (= 1.0.6-1+b1), librust-slotmap+std-dev (= 1.0.6-1+b1), librust-slotmap+unstable-dev (= 1.0.6-1+b1), librust-slotmap-1+default-dev (= 1.0.6-1+b1), librust-slotmap-1+serde-dev (= 1.0.6-1+b1), librust-slotmap-1+std-dev (= 1.0.6-1+b1), librust-slotmap-1+unstable-dev (= 1.0.6-1+b1), librust-slotmap-1-dev (= 1.0.6-1+b1), librust-slotmap-1.0+default-dev (= 1.0.6-1+b1), librust-slotmap-1.0+serde-dev (= 1.0.6-1+b1), librust-slotmap-1.0+std-dev (= 1.0.6-1+b1), librust-slotmap-1.0+unstable-dev (= 1.0.6-1+b1), librust-slotmap-1.0-dev (= 1.0.6-1+b1), librust-slotmap-1.0.6+default-dev (= 1.0.6-1+b1), librust-slotmap-1.0.6+serde-dev (= 1.0.6-1+b1), librust-slotmap-1.0.6+std-dev (= 1.0.6-1+b1), librust-slotmap-1.0.6+unstable-dev (= 1.0.6-1+b1), librust-slotmap-1.0.6-dev (= 1.0.6-1+b1)
Depends: librust-serde-1+alloc-dev, librust-serde-1+derive-dev, librust-version-check-0.9+default-dev
Size: 34144
SHA256: 454139c4d2c015029a7f52305456c10378395f5881a4a085dcdce9b2868572a7
SHA1: 521ef49d679dd0feed420e0a281c975e0193b0a7
MD5sum: c531f8b1dfb8715a16e9ea66c27e46e8
Description: Slotmap data structure - Rust source code
A Rust library providing three containers with persistent unique keys to access
stored values, `SlotMap`, `HopSlotMap` and `DenseSlotMap`. Upon insertion a key
is returned that can be used to later access or remove the values. Insertion,
deletion and access all take O(1) time with low overhead. Great for storing
collections of objects that need stable, safe references but have no clear
ownership otherwise, such as game entities or graph nodes. Two secondary maps,
`SecondaryMap` and `SparseSecondaryMap` are also provided that allow you to map
further objects to the keys created by one of the slot maps.
This package contains the source for the Rust slotmap crate, packaged by
debcargo for use with cargo and dh-cargo.
Description-md5:
Multi-Arch: same
Section: rust
Priority: optional
Filename: pool/main/r/rust-slotmap/librust-slotmap-dev_1.0.6-1+b1_amd64.deb