#generate #wasm #cargo #macro-helpers

witgen_macro_helper

Macros helpers for witgen which is a library to help you generate wit definitions in a wit file for WebAssembly

9 breaking releases

0.15.0 Jul 28, 2022
0.13.0 May 9, 2022
0.11.0 Mar 10, 2022

#1715 in Procedural macros

Download history 246/week @ 2023-12-07 191/week @ 2023-12-14 25/week @ 2023-12-21 69/week @ 2023-12-28 331/week @ 2024-01-04 186/week @ 2024-01-11 243/week @ 2024-01-18 57/week @ 2024-01-25 190/week @ 2024-02-01 207/week @ 2024-02-08 105/week @ 2024-02-15 101/week @ 2024-02-22 200/week @ 2024-02-29 278/week @ 2024-03-07 231/week @ 2024-03-14 281/week @ 2024-03-21

1,019 downloads per month
Used in 5 crates (3 directly)

Custom license

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

~5MB
~135K SLoC