Expand description
Heapless string utilities
Functionsยง
- format_
number - Format a number into a heapless string
- from_
str_ truncate - Create a heapless string from a string slice, truncating if necessary
- push_
char_ safe - Push a character with error handling
- push_
str_ safe - Safely push a string slice to a heapless string
- try_
from_ str - Create a heapless string from a string slice with error handling