Expand description

A simple to use, immutable, clone-efficient String replacement for Rust

Macros

AFlexStr equivalent to format! macro from stdlib. Efficiently creates a native AFlexStr

FlexStr equivalent to format! macro from stdlib. Efficiently creates a native FlexStr

Structs

This is the custom inline string type - it is not typically used directly, but instead is used transparently by FlexStr and AFlexStr

Enums

The main string enum type that wraps a string literal, inline string, or ref counted str

The main string enum type that wraps a string literal, inline string, or ref counted str

Constants

The max capacity of an inline string (in bytes)

Traits

A trait that converts the source to an AFlexStr while consuming the original

A trait that converts the source to a FlexStr while consuming the original

A trait that converts the source to an AFlexStr without consuming it

A trait that converts the source to a FlexStr without consuming it