complex_test_helper 0.1.0

Extends Rust's testing capabilities by providing several macros for testing complex workflows.
Documentation
[dependencies.proc-macro2]
version = "1.0.47"

[dependencies.quote]
version = "1.0"

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

[[example]]
name = "test"

[lib]
proc-macro = true

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