labels 0.0.2

This crate provides labels for functions to document their test status: tested, untested, parent_tested...
Documentation
[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["extra-traits"]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["James Forster <james.forsterer@gmail.com>"]
description = "This crate provides labels for functions to document their test\nstatus:\ntested, untested, parent_tested...\n"
documentation = "https://docs.rs/labels"
edition = "2021"
homepage = "https://github.com/ripytide/labels"
keywords = ["labels"]
license = "AGPL-3.0-or-later"
name = "labels"
readme = "README.md"
repository = "https://github.com/ripytide/labels"
version = "0.0.2"