Expand description
A UTF-8-encoded, growable but fixed-capacity string.
This module contains the StaticString type.
Structs§
- Insert
Error - Static
String - The
StaticStringtype is a fixed-capacity UTF-8 string object.
To estimate lengthNyou need, consider the following UTF-8 facts:
Functions§
- _static_
fmt_ str - This routine is the internal helper function for
format_staticmacro. Do not use directly.