-
Hero Bird authored
The problem with std::collections::HashMap is that there is no core::collections::HashMap or similar replacement for our no_std environment. Also hashbrown seems to have superior performance.
184e197c
This project manages its dependencies using Cargo.
Learn more