1 unstable release

0.1.0 Nov 20, 2022

#1999 in Rust patterns


Used in prompt-organizer

MIT/Apache

50KB
1.5K SLoC

parse-format

Standalone crate for Rust's format string parser, borrowed from rustc_parse_format.


lib.rs:

Macro support for format strings

These structures are used when parsing format strings for the compiler. Parsing does not happen at runtime: structures of std::fmt::rt are generated instead.

Dependencies