wasm-bindgen-test-macro 0.2.37

Internal testing macro for wasm-bindgen
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "wasm-bindgen-test-macro"
version = "0.2.37"
authors = ["The wasm-bindgen Developers"]
description = "Internal testing macro for wasm-bindgen"
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/wasm-bindgen"

[dependencies]
proc-macro2 = "0.4"
quote = "0.6"

[lib]
proc-macro = true