complex_test_helper 0.1.0

Extends Rust's testing capabilities by providing several macros for testing complex workflows.
Documentation
[package]
name = "complex_test_helper"
description = "Extends Rust's testing capabilities by providing several macros for testing complex workflows."
readme = "README.md"
license = "MIT"
authors = ["Leonardo Atalla <leonardo@atalla.org>"]

version = "0.1.0"
edition = "2021"

[[example]]
name = "test"

[lib]
proc-macro = true

[dependencies]
syn = { version = "1.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0.47"