Registry / utility / n-bit-words

n-bit-words

JSON →
libraryrscratesunverified

Generic wrapper over primitive unsigned integers for hashing calculations.

# Cargo.toml [dependencies] n_bit_words = "latest"
INSTALL
IMPORT
SIG · N-BIT-WORDS
N
n-bit-words
utilityrust
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

NBitWord
use n_bit_words::NBitWord;

Create an N-bit word from a primitive unsigned integer.

use n_bit_words::NBitWord; let word = NBitWord::<u32>::new(42); println!("{}", word);
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
n-bit-words — cargo add n-bit-words · libregistry