allocator-api2
allocator-api2 copied to clipboard
Missing `std::collections`
Hello, I just came across this repo while researching how I might better leverage alternative allocation strategies in my codebase.
Is this repo only intended to provide the Allocator interface from the unstable api or also common collections? It seems to have Vec but is missing, HashMap, etc. any plans to add that?
Thanks!
Hi! std's collection can be added by anyone who needs them.
You can just use hashbrown's HashMap though.