rust-embedded / heapless

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

String: implement `StringView` on top of #486 #487

Closed sosthene-nitrokey closed 4 months ago

sosthene-nitrokey commented 4 months ago

If #486 is merged, this would supersede https://github.com/rust-embedded/heapless/pull/452

Dirbaio commented 4 months ago

can you generalize the defmt, ufmt impls too?

sosthene-nitrokey commented 4 months ago

Done