partial-cmp-derive 0.3.1

Derive PartialEq, Eq, PartialOrd, Ord, and Hash with fine-grained control over field comparison
Documentation
[package]

name = "partial-cmp-derive"

version = "0.3.1"

edition = "2024"

authors = ["@exotik850"]

description = "Derive PartialEq, Eq, PartialOrd, Ord, and Hash with fine-grained control over field comparison"

license = "MIT"

repository = "https://github.com/exotik850/partial-cmp-derive"

documentation = "https://docs.rs/partial-cmp-derive"

keywords = ["derive", "ord", "partialord", "comparison", "proc-macro"]

categories = ["development-tools::procedural-macro-helpers", "rust-patterns"]

readme = "README.md"





[dependencies]

darling = "0.23"

proc-macro2 = "1.0"

quote = "1.0"

syn = "2.0"





[lib]

proc-macro = true