Registry / utility / soft-ascii-string

soft-ascii-string

JSON →
library1.1.0rscratesunverified

Char, str, and string wrappers with a soft ASCII constraint.

# Cargo.toml [dependencies] soft-ascii-string = "1.1.0"
INSTALL
IMPORT
SIG · SOFT-ASCII-STRING
S
soft-ascii-string
utilityrustv1.1.0
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.

SoftAsciiStr
use soft_ascii_string::SoftAsciiStr;

Create a soft ASCII string wrapper.

use soft_ascii_string::SoftAsciiStr; fn main() { let s = SoftAsciiStr::new("hello"); println!("{}", s); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
soft-ascii-string — cargo add soft-ascii-string · libregistry