Registry / utility / smartstring

smartstring

JSON →
library1.0.1rscratesunverified

Compact inlined strings

# Cargo.toml [dependencies] smartstring = "1.0.1"
INSTALL
IMPORT
SIG · SMARTSTRING
S
smartstring
utilityrustv1.0.1
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.

SmartString
use smartstring::SmartString;

Creates a compact inlined string and prints its length.

use smartstring::SmartString; let s: SmartString = "hello".into(); println!("Length: {}", s.len());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
smartstring — cargo add smartstring · libregistry