Type Definition compact_str::CompactStr

source · []
pub type CompactStr = CompactString;
👎 Deprecated since 0.4.0:

Renamed to CompactString, type alias will be removed in v0.5

Expand description

DEPRECATED

Renamed CompactStr to CompactString. Using the suffix “String” as opposed to “Str” more accurately reflects that we own the underlying string.

Type alias CompactStr will be removed in v0.5