met 0.1.0

Macros and extension traits for proc-macro2
Documentation
  • Coverage
  • 100%
    76 out of 76 items documented7 out of 75 items with examples
  • Size
  • Source code size: 38.93 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 598.05 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s 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.1.0"

proc-macro2 = "1"