met 0.2.0

Macros and extension traits for proc-macro2
Documentation
  • Coverage
  • 100%
    95 out of 95 items documented9 out of 94 items with examples
  • Size
  • Source code size: 43.74 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 692.16 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • michaelni678/met
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • michaelni678

docs.rs     crates.io     github

Met provides several macros and extension traits that make working with proc-macro2 easier.

Setup

Add this to your Cargo.toml:

[dependencies]

met = "0.2.0"

proc-macro2 = "1"