Y
Hacker News
new
|
ask
|
show
|
jobs
by
CUViper
2082 days ago
The dependency goes hyper -> h2 -> indexmap -> hashbrown, and indexmap is built on hashbrown::raw::RawTable.
1 comments
scottlamb
2082 days ago
Looks like the indexmap -> hashbrown dependency was added recently:
https://github.com/bluss/indexmap/pull/131
link