ktest-macros 0.1.2

Procedural macros for the ktest testing framework
Documentation
[dependencies.proc-macro2]
version = "1.0.56"

[dependencies.quote]
version = "1.0.26"

[dependencies.syn]
features = ["extra-traits", "full"]
version = "2.0.104"

[lib]
name = "ktest_macros"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Philo Groves <philogroves@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Procedural macros for the ktest testing framework"
edition = "2024"
license = "MIT"
name = "ktest-macros"
readme = false
repository = "https://github.com/philogroves/ktest_macros"
version = "0.1.2"