Registry / utility / gix-hashtable

gix-hashtable

JSON →
library0.15.1rscratesunverified

A crate that provides hashtable based data structures optimized to utilize ObjectId keys.

# Cargo.toml [dependencies] gix-hashtable = "0.15.1"
INSTALL
IMPORT
SIG · GIX-HASHTABLE
G
gix-hashtable
utilityrustv0.15.1
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.

HashMap
use gix_hashtable::HashMap;

Creates a hashtable with ObjectId keys.

use gix_hashtable::HashMap; fn main() { let mut map: HashMap<[u8; 20], String> = HashMap::default(); map.insert([0u8; 20], "example".into()); println!("{:?}", map); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.15.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gix-hashtable — cargo add gix-hashtable · libregistry