after-test 0.1.4

A procedural macro that allows you to run a clean up function after each test from a test module.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "after-test"
version = "0.1.4"
edition = "2021"
description = "A procedural macro that allows you to run a clean up function after each test from a test module."
repository = "https://github.com/greged93/after-test"
homepage = "https://github.com/greged93/after-test"
license-file = "LICENSE"

[lib]
proc-macro = true

[dependencies]
proc-macro-error = "1.0.4"
proc-macro2 = "1.0.86"
quote = "1.0.37"
syn = { version = "2.0.77", features = ["full"] }