subplotlib-derive 0.11.0

macros for constructing subplotlib based test suites, typically generated by `subplot codegen`.
Documentation
[dependencies.culpa]
version = "1.0.1"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

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

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

[package]
authors = ["Lars Wirzenius <liw@liw.fi>", "Daniel Silverstone <dsilvers@digital-scurf.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
macros for constructing subplotlib based test suites, typically
generated by `subplot codegen`."""
edition = "2021"
homepage = "https://subplot.tech/"
license = "MIT-0"
name = "subplotlib-derive"
readme = false
repository = "https://gitlab.com/subplot/subplot"
rust-version = "1.79"
version = "0.11.0"