tout 0.1.0

Token utilities for proc-macro2
Documentation
  • Coverage
  • 100%
    138 out of 138 items documented20 out of 120 items with examples
  • Size
  • Source code size: 67.34 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 990.2 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 5s Average build duration of successful builds.
  • all releases: 4s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • michaelni678/tout
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • michaelni678

docs.rs     crates.io     github

Tout provides utilities that make working with proc-macro2 easier.

Setup

Add this to your Cargo.toml:

[dependencies]

proc-macro2 = "1"

tout = "0.1.0"