3 unstable releases

0.3.0 May 15, 2024
0.2.1 Jun 3, 2023
0.2.0 Jun 3, 2023

#4 in #js-value

Download history 336/week @ 2024-05-29 287/week @ 2024-06-05 987/week @ 2024-06-12 300/week @ 2024-06-19 302/week @ 2024-06-26 178/week @ 2024-07-03 402/week @ 2024-07-10 457/week @ 2024-07-17 427/week @ 2024-07-24 379/week @ 2024-07-31 1874/week @ 2024-08-07 2352/week @ 2024-08-14 3310/week @ 2024-08-21 5072/week @ 2024-08-28 4863/week @ 2024-09-04 4264/week @ 2024-09-11

18,011 downloads per month
Used in 8 crates (via wasm-bindgen-derive)

MIT license

9KB
136 lines

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.


lib.rs:

A proc-macro to be re-exported by wasm-bindgen-derive. We need this trampoline to enforce the correct bounds on the wasm-bindgen and js-sys dependencies, but those are technically not the dependencies of this crate, but only of the code it generates.

Dependencies

~1.5MB
~36K SLoC