Re-exports§
pub use compact_str;
Modules§
Macros§
- Creates a
CompactString
using interpolation of runtime expressions.
Structs§
- A
CompactString
is a compact string type that can be used almost anywhere aString
orstr
can be used.
pub use compact_str;
CompactString
using interpolation of runtime expressions.CompactString
is a compact string type that can be used almost anywhere a
String
or str
can be used.