Expand description
Static string buffer
Features:
serdeEnables serde serialization. In case of overflow, deserialize fails.ufmt-writeEnables ufmtuWriteimplementation.
Structs§
- StrBuf
- Stack based string.
Enums§
- StrBuf
Error StrBufconversion 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