Registry / utility / big-s
library1.0.2rscratesunverified

Rust's missing `String` literal — provides a convenient way to create owned `String` values.

# Cargo.toml [dependencies] big_s = "1.0.2"
INSTALL
IMPORT
SIG · BIG-S
B
big-s
utilityrustv1.0.2
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.

S
use big_s::S;

Create an owned `String` using the `S!` macro.

use big_s::S; fn main() { let s: String = S!("hello"); println!("{}", s); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources
big-s — cargo add big-s · libregistry