Expand description
Static string buffer
Features:
serde
Enables serde serialization. In case of overflow, deserialize fails.ufmt-write
Enables ufmtuWrite
implementation.
Structs§
- StrBuf
- Stack based string.
Enums§
- StrBuf
Error StrBuf
conversion error
Constants§
- CAPACITY_
U8 - Max capacity to use length of size 1 byte
- CAPACITY_
U16 - Max capacity to use length of size 2 byte
Functions§
- capacity
- Calculates necessary buffer capacity to fit provided number of bytes