testmacro 0.1.0

procedural macro used to run unit and integration tests
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "testmacro"
version = "0.1.0"
authors = ["yhql <yhql@users.noreply.github.com>"]
edition = "2018"
license.workspace = true
repository.workspace = true
description = "procedural macro used to run unit and integration tests"

[lib]
proc-macro = true

[dependencies]
syn = { version = "1.0", features = ["full"] }
quote = "1.0"