Crates.io | moisture |
lib.rs | moisture |
version | 0.1.0 |
source | src |
created_at | 2022-04-15 02:41:02.427119 |
updated_at | 2022-04-15 02:41:02.427119 |
description | Moisture is a Rust-based parsing library intended for use with procedural macros! |
homepage | |
repository | https://github.com/frank2/moisture |
max_upload_size | |
id | 568202 |
size | 123,816 |
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.