Skip to main contentCrate inplace_containers
Source - __count
- Internal helper macro used by
inplace_vec! to count the number of
comma-separated expressions at compile time. - inplace_string
- Creates an
crate::InplaceString with compile-time capacity checking. - inplace_vec
- Creates an
InplaceVector with optional compile-time capacity checking.
- InplaceString
- A fixed-capacity, UTF-8 encoded string stored inline.
- InplaceVector
- A fixed-capacity vector stored inline.
- BoundedDisplay
- A helper trait for formatting values into a bounded
InplaceString.