Registry / utility / string

string

JSON →
library0.3.1rscratesunverified

A UTF-8 encoded string with configurable byte storage.

utility
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.

use string::String;

Create a fixed-capacity string with a 32-byte backing store.

use string::String; fn main() { let s: String<[u8; 32]> = String::from("hello"); println!("{}", s); }
Debug
Known footguns
gotchaThis crate shadows the standard library String; may cause confusion.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
12 hits · last 30 days
gptbot
3
claudebot
3
ahrefsbot
1
Resources