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

Last updated: September 19,2024

1. Install "librust-blocking-dev" package

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

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

2. Uninstall "librust-blocking-dev" package

Learn how to uninstall librust-blocking-dev on Kali Linux:

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

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

Package: librust-blocking-dev
Source: rust-blocking
Version: 1.4.0-1
Installed-Size: 78
Maintainer: Jonas Smedegaard
Architecture: all
Provides: librust-blocking-1+default-dev (= 1.4.0-1), librust-blocking-1-dev (= 1.4.0-1), librust-blocking-1.4-dev (= 1.4.0-1), librust-blocking-1.4.0-dev (= 1.4.0-1)
Depends: librust-async-channel-1+default-dev, librust-async-lock-2+default-dev, librust-async-task-4+default-dev, librust-fastrand-dev (<< 3), librust-futures-lite-1-dev, librust-futures-io-0.3+std-dev, librust-atomic-waker-1+default-dev, librust-tracing-0.1-dev
Size: 17380
SHA256: 568ff2166b2b6a182e777490e900bd9c7b50c9681336b664d999fc68ae45e162
SHA1: 98b1096bb89a31083d1ec645eae914f53341e83a
MD5sum: 0cb110d11bc7da851d4713040ab6e5b8
Description: thread pool for isolating blocking I/O - Rust source code
blocking provides a thread pool
for isolating blocking I/O in async programs.
.
Sometimes there's no way to avoid blocking I/O.
Consider files or stdin,
which have weak asyncronous support on modern operating systems.
While IOCP, AIO, and io_uring are possible solutions,
they're not always available or ideal.
.
Since blocking is not allowed inside futures,
we must move blocking I/O onto a special thread pool
provided by this crate.
The pool dynamically spawns and stops threads
depending on the current number of running I/O jobs.
.
This package contains the source
for the Rust blocking crate,
packaged for use with cargo and dh-cargo.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/smol-rs/blocking
Section: rust
Priority: optional
Filename: pool/main/r/rust-blocking/librust-blocking-dev_1.4.0-1_all.deb