mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-24 06:48:11 +00:00
Update beginner/README.md
Co-authored-by: Lotte Steenbrink <lotte@zombietetris.de>
This commit is contained in:
parent
6c96af97ae
commit
cbbfda6009
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ Our suggestion is to use a dictionary / map. `std::collections::HashMap` is not
|
|||
[`heapless`]: https://docs.rs/heapless
|
||||
[crates.io]: https://crates.io/crates/heapless
|
||||
|
||||
``` toml
|
||||
``` rust
|
||||
use heapless::IndexMap; // a dictionary / map
|
||||
use heapless::Vec; // like `std::Vec` but stack-allocated
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue