[This section](https://github.com/rust-embedded/book/blob/master/src/intro/no-std.md#overview) claims the existence of a `collections` crate which can provide `Vec` and `HashMap` implementations. I don't believe such a crate exists. [Nothing comes up in crates.io](https://crates.io/search?q=collections). `Vec` is provided by `alloc` crate, but `HashMap` is not.