stdweb-internal-test-macro 0.1.1

Internal crate of the `stdweb` crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "stdweb-internal-test-macro"
version = "0.1.1"
authors = ["Jan Bujak <j@exia.io>"]
repository = "https://github.com/koute/stdweb"
homepage = "https://github.com/koute/stdweb"
documentation = "https://docs.rs/stdweb/*/stdweb/"
license = "MIT/Apache-2.0"
description = "Internal crate of the `stdweb` crate"

[lib]
proc-macro = true

[dependencies]
quote = "1"
proc-macro2 = "1"