Registry / utility / flexstr

flexstr

JSON →
library0.11.7rscratesunverified

A flexible, clone-efficient string type for Rust that provides multiple string representations with minimal overhead.

# Cargo.toml [dependencies] flexstr = "0.11.7"
INSTALL
IMPORT
SIG · FLEXSTR
F
flexstr
utilityrustv0.11.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FlexStr
use flexstr::FlexStr;

Create and print a FlexStr from a string literal.

use flexstr::FlexStr; fn main() { let s: FlexStr = "hello world".into(); println!("{}", s); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
flexstr — cargo add flexstr · libregistry