Registry / utility / inlinable-string

inlinable-string

JSON →
library0.1.15rscratesunverified

Provides an owned, grow-able UTF-8 string that stores small strings inline to avoid heap allocation.

# Cargo.toml [dependencies] inlinable_string = "0.1.15"
INSTALL
IMPORT
SIG · INLINABLE-STRING
I
inlinable-string
utilityrustv0.1.15
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.

InlinableString
use inlinable_string::InlinableString;

Create an InlinableString from a string literal.

use inlinable_string::InlinableString; fn main() { let s = InlinableString::from("hello"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.15latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
inlinable-string — cargo add inlinable-string · libregistry