#format-string #rustc #structures #macro #rustc-parse-format

parse-format

rustc 所使用的格式字符串解析器

1 个不稳定版本

0.1.0 2022 年 11 月 20 日

#1703Rust 模式


用于 prompt-organizer

MIT/Apache

50KB
1.5K SLoC

parse-format

独立的 Rust 格式字符串解析器包,来源于 rustc_parse_format


lib.rs:

格式字符串的宏支持

这些结构用于编译器解析格式字符串。解析不发生在运行时:而是生成 std::fmt::rt 的结构。

依赖

~21KB