#wasm-bindgen #macro #derivation

no-std wasm-bindgen-derive

Trait derivation macros for wasm-bindgen

4 releases

0.2.1 Jun 3, 2023
0.2.0 May 19, 2023
0.1.1 Mar 16, 2023
0.1.0 Sep 17, 2022

#557 in WebAssembly

Download history 1741/week @ 2023-11-30 1875/week @ 2023-12-07 1911/week @ 2023-12-14 1525/week @ 2023-12-21 1631/week @ 2023-12-28 1941/week @ 2024-01-04 1879/week @ 2024-01-11 990/week @ 2024-01-18 425/week @ 2024-01-25 424/week @ 2024-02-01 434/week @ 2024-02-08 289/week @ 2024-02-15 231/week @ 2024-02-22 359/week @ 2024-02-29 614/week @ 2024-03-07 461/week @ 2024-03-14

1,744 downloads per month
Used in 4 crates

MIT license

8KB

Trait derivation macros for wasm-bindgen

crate Docs License Build Status

This crate contains a derivation macro for TryFrom<&JsValue> for T, where T is a type exported to JavaScript. See the documentation for usage examples.

Dependencies

~1–1.7MB
~32K SLoC