attributes 0.0.6

Procedural macros for command creation with rusty-interaction
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.quote]
version = "1.0.9"

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

[lib]
proc-macro = true

[package]
authors = ["Hugo Woesthuis <hugow2011@outlook.com>"]
description = "Procedural macros for command creation with rusty-interaction"
edition = "2018"
license = "ISC"
name = "attributes"
readme = "README.md"
version = "0.0.6"