#syntex #fmt #macros #format-string #macro

archived syntex_fmt_macros

Export of fmt_macros code generation

4 releases

Uses old Rust 2015

0.5.0 May 19, 2015
0.4.3 May 10, 2015
0.4.2 Apr 30, 2015
0.4.0 Apr 27, 2015

#13 in #syntex

Download history 164/week @ 2023-08-20 199/week @ 2023-08-27 292/week @ 2023-09-03 269/week @ 2023-09-10 272/week @ 2023-09-17 102/week @ 2023-09-24 198/week @ 2023-10-01 228/week @ 2023-10-08 314/week @ 2023-10-15 345/week @ 2023-10-22 317/week @ 2023-10-29 347/week @ 2023-11-05 253/week @ 2023-11-12 328/week @ 2023-11-19 274/week @ 2023-11-26 177/week @ 2023-12-03

1,076 downloads per month
Used in derive-error-chain

MIT/Apache

22KB
515 lines

Syntex is no longer maintained.


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

~57KB