rust-embedded / heapless

Heapless, `static` friendly data structures
Apache License 2.0
1.56k stars 185 forks source link

Impl Borrow and BorrowMut for String and Vec. #499

Closed Icelk closed 4 months ago

Icelk commented 4 months ago

This enables them to be used in maps, especially with &str get values in a Map<String, T>.

Closes #478