Crates.io | wasm-bindgen-derive |
lib.rs | wasm-bindgen-derive |
version | 0.3.0 |
source | src |
created_at | 2022-09-17 20:19:10.604988 |
updated_at | 2024-05-15 20:09:13.813141 |
description | Trait derivation macros for wasm-bindgen |
homepage | |
repository | https://github.com/fjarri/wasm-bindgen-derive |
max_upload_size | |
id | 668330 |
size | 9,020 |
wasm-bindgen
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.