#generate #cargo

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

#1214 in WebAssembly

Download history 220/week @ 2024-07-20 336/week @ 2024-07-27 324/week @ 2024-08-03 443/week @ 2024-08-10 360/week @ 2024-08-17 400/week @ 2024-08-24 97/week @ 2024-08-31 328/week @ 2024-09-07 507/week @ 2024-09-14 586/week @ 2024-09-21 629/week @ 2024-09-28 185/week @ 2024-10-05 153/week @ 2024-10-12 441/week @ 2024-10-19 252/week @ 2024-10-26 295/week @ 2024-11-02

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

~5.5MB
~133K SLoC