moisture

Crates.iomoisture
lib.rsmoisture
version0.1.0
sourcesrc
created_at2022-04-15 02:41:02.427119
updated_at2022-04-15 02:41:02.427119
descriptionMoisture is a Rust-based parsing library intended for use with procedural macros!
homepage
repositoryhttps://github.com/frank2/moisture
max_upload_size
id568202
size123,816
frank2 (frank2)

documentation

https://docs.rs/moisture

README

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.

Commit count: 8

cargo fmt