Module string

Module string 

Source
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