plottery_project_macros 0.5.0

macro used by plottery to setup up project parameters
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "plottery_project_macros"
edition = "2021"
description = "macro used by plottery to setup up project parameters"
version.workspace = true
authors.workspace = true
license.workspace = true
categories.workspace = true
repository.workspace = true
keywords.workspace = true

[lib]
proc-macro = true

[dependencies]
syn = ">=2.0.59"
quote = "1.0"
proc-macro2 = ">=1.0"