Registry / utility / fast-fmt

fast-fmt

JSON →
library0.1.3rscratesunverified

Provides a faster, more flexible, and more correct alternative to core::fmt for formatting.

# Cargo.toml [dependencies] fast_fmt = "0.1.3"
INSTALL
IMPORT
SIG · FAST-FMT
F
fast-fmt
utilityrustv0.1.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.

Formatter
use fast_fmt::Formatter;

Creates a formatter and writes a string to it.

use fast_fmt::Formatter; fn main() { let mut f = Formatter::new(); f.write_str("Hello, fast world!"); println!("{}", f.as_str()); }
Debug
Known issues
gotchaNot a drop-in replacement for `core::fmt`; API differs significantly.
fix
Review the documentation for `fast_fmt::Formatter` methods vs `std::fmt`.
affects: >=0.1.0
Upgrade
Version history
0.1.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fast-fmt — cargo add fast-fmt · libregistry