Crate inplace_containers

Crate inplace_containers 

Source

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::InplaceString with compile-time capacity checking.
inplace_vec
Creates an InplaceVector with optional compile-time capacity checking.

Structs§

InplaceString
A fixed-capacity, UTF-8 encoded string stored inline.
InplaceVector
A fixed-capacity vector stored inline.

Traits§

BoundedDisplay
A helper trait for formatting values into a bounded InplaceString.