9 breaking releases
0.15.0 | Jul 28, 2022 |
---|---|
0.13.0 | May 9, 2022 |
0.11.0 | Mar 10, 2022 |
#1741 in Procedural macros
1,247 downloads per month
Used in 9 crates
(3 directly)
31KB
724 lines
witgen_macro
Macros for witgen which is a library to help you generate wit definitions in a wit file for WebAssembly
lib.rs
:
This crate provides a way to parse a whole crate as a file and then parse this into a Wit
type.
Currently this is a wrapper type for syn
types.
Dependencies
~4.5MB
~119K SLoC