compare_variables 0.2.0

A Rust procedural macro for comparing the ordering of variables and creating useful error messages
Documentation
[dependencies.compare_variables_macro]
optional = true
version = "0.2.0"

[dev-dependencies.uom]
default-features = false
features = ["f64", "si", "std"]
version = "0.36"

[features]
default = ["proc_macro"]
proc_macro = ["dep:compare_variables_macro"]

[lib]
name = "compare_variables"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust procedural macro for comparing the ordering of variables and creating useful error messages"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "compare_variables"
readme = "README.md"
repository = "https://github.com/StefanMathis/cart_lin.git"
resolver = "2"
version = "0.2.0"

[[test]]
name = "struct_fields"
path = "tests/struct_fields.rs"

[[test]]
name = "units_of_measure"
path = "tests/units_of_measure.rs"

[[test]]
name = "value_comparison"
path = "tests/value_comparison.rs"