#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

#1577 in Procedural macros

Download history 312/week @ 2024-01-05 198/week @ 2024-01-12 210/week @ 2024-01-19 71/week @ 2024-01-26 183/week @ 2024-02-02 217/week @ 2024-02-09 90/week @ 2024-02-16 103/week @ 2024-02-23 245/week @ 2024-03-01 221/week @ 2024-03-08 241/week @ 2024-03-15 390/week @ 2024-03-22 372/week @ 2024-03-29 380/week @ 2024-04-05 386/week @ 2024-04-12 214/week @ 2024-04-19

1,467 downloads per month
Used in 7 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