moisture 0.1.0

Moisture is a Rust-based parsing library intended for use with procedural macros!
Documentation
  • Coverage
  • 7.96%
    18 out of 226 items documented1 out of 119 items with examples
  • Size
  • Source code size: 124.46 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.71 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 22s Average build duration of successful builds.
  • all releases: 22s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • frank2/moisture
    0 2 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • frank2

moisture

Moisture is a Rust syntax parsing library intended for use with procedural macros. It is based on syn, quote and proc-macro2. It's primary function is to crawl the syntax tree provided by the syn, process the individual items provided via registered callbacks handling the items, then return the token stream to the given objects. Moisture is intended to be a procedural macro solution for complex handling of the Rust syntax tree.

The changelog can be found here and further documentation can be found here.