Registry / utility / fstrings

fstrings

JSON →
library0.2.3rscratesunverified

Python3 fstring interpolation in Rust.

# Cargo.toml [dependencies] fstrings = "0.2.3"
INSTALL
IMPORT
SIG · FSTRINGS
F
fstrings
utilityrustv0.2.3
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.

f
use fstrings::f;

Uses the f! macro for Python-like f-string interpolation.

use fstrings::f; fn main() { let name = "world"; let greeting = f!("Hello, {name}!"); println!("{}", greeting); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fstrings — cargo add fstrings · libregistry