sequential-macro 0.1.4

Allows for the creation of sequential Rust tests.
Documentation
[[bench]]
harness = false
name = "benchmark"

[dependencies]
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.rand]
version = "0.8.5"

[lib]
proc-macro = true

[package]
description = "Allows for the creation of sequential Rust tests."
edition = "2021"
license = "Apache-2.0"
name = "sequential-macro"
readme = "README.md"
resolver = "1"
version = "0.1.4"