web_macro 0.0.1

A library for interacting with the web browser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.quote]
version = "1.0.23"

[dependencies.syn]
features = ["full"]
version = "1.0.107"

[lib]
proc-macro = true

[package]
authors = ["Richard Anaya"]
description = "A library for interacting with the web browser"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "web_macro"
repository = "https://github.com/richardanaya/js-wasm"
version = "0.0.1"