Rust embedded: bytes to string

Viewed 90

In older versions of heapless there was a from_utf8 method but it has been removed. How do you convert bytes to string in a embedded system (no std)?

0 Answers
Related