#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

#1741 in Procedural macros

Download history 375/week @ 2024-05-27 276/week @ 2024-06-03 221/week @ 2024-06-10 272/week @ 2024-06-17 398/week @ 2024-06-24 80/week @ 2024-07-01 189/week @ 2024-07-08 415/week @ 2024-07-15 202/week @ 2024-07-22 341/week @ 2024-07-29 329/week @ 2024-08-05 429/week @ 2024-08-12 360/week @ 2024-08-19 403/week @ 2024-08-26 112/week @ 2024-09-02 362/week @ 2024-09-09

1,247 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

~4.5MB
~119K SLoC