Macros§
- __count
- Internal helper macro used by
inplace_vec!to count the number of comma-separated expressions at compile time. - inplace_
string - Creates an
crate::InplaceStringwith compile-time capacity checking. - inplace_
vec - Creates an
InplaceVectorwith optional compile-time capacity checking.
Structs§
- Inplace
String - A fixed-capacity, UTF-8 encoded string stored inline.
- Inplace
Vector - A fixed-capacity vector stored inline.
Traits§
- Bounded
Display - A helper trait for formatting values into a bounded
InplaceString.