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

Looks like the indexmap -> hashbrown dependency was added recently: https://github.com/bluss/indexmap/pull/131