Expand description

A flexible, 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

A flexible string type that transparently wraps a string literal, inline string, or an Arc<str>

A Flexible string type that transparently wraps a string literal, inline string, or an Rc<str>

Traits

A trait that converts the source to a 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 a AFlexStr without consuming it

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

Functions

AFlexStr equivalent to format function from stdlib. Efficiently creates a native AFlexStr

FlexStr equivalent to format function from stdlib. Efficiently creates a native FlexStr