gix-hashtable 0.4.1

A crate that provides hashtable based data structures optimized to utilize ObjectId keys
Documentation
[dependencies.gix-hash]
version = "^0.13.2"

[dependencies.hashbrown]
default-features = false
features = ["inline-more", "raw"]
version = "0.14.0"

[dependencies.parking_lot]
version = "0.12.1"

[lib]
doctest = false

[package]
authors = ["Pascal Kuthe <pascal.kuthe@semimod.de>"]
description = "A crate that provides hashtable based data structures optimized to utilize ObjectId keys"
edition = "2021"
include = ["src/**/*", "LICENSE-*"]
license = "MIT OR Apache-2.0"
name = "gix-hashtable"
repository = "https://github.com/Byron/gitoxide"
rust-version = "1.65"
version = "0.4.1"