#proc-macro

macro aformat-macros

Internal proc-macro crate for aformat

7 releases

0.1.6 Oct 6, 2024
0.1.5 Sep 1, 2024
0.1.3 Jun 15, 2024

#1259 in #proc-macro

Download history 167/week @ 2024-07-25 193/week @ 2024-08-01 175/week @ 2024-08-08 156/week @ 2024-08-15 184/week @ 2024-08-22 350/week @ 2024-08-29 296/week @ 2024-09-05 179/week @ 2024-09-12 152/week @ 2024-09-19 90/week @ 2024-09-26 426/week @ 2024-10-03 141/week @ 2024-10-10 217/week @ 2024-10-17 70/week @ 2024-10-24 206/week @ 2024-10-31 496/week @ 2024-11-07

1,023 downloads per month
Used in aformat

MIT license

14KB
267 lines

aformat

A no-std and no-alloc version of format! using ToArrayString.

Read the documentation via cargo doc --open --no-deps or on docs.rs.

Minimum Supported Rust Version

This is currently 1.79, and is considered a breaking change to increase.

Credits

  • @danielhenrymantilla, aka yandros, for providing much of the tricks needed to implement this on stable.
  • Everyone who has contributed to typenum, again for stable compatiblity.
  • The rustc developers, who unknowingly stablized enough features for this to work.

Dependencies

~0.4–0.9MB
~19K SLoC