partial-cmp-derive 0.1.1

Derive PartialOrd and Ord with fine-grained control over field comparison
Documentation
[dependencies.darling]
version = "0.23"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"

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

[package]
authors = ["@exotik850"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers", "rust-patterns"]
description = "Derive PartialOrd and Ord with fine-grained control over field comparison"
documentation = "https://docs.rs/partial-cmp-derive"
edition = "2024"
keywords = ["derive", "ord", "partialord", "comparison", "proc-macro"]
license = "MIT"
name = "partial-cmp-derive"
readme = "README.md"
repository = "https://github.com/exotik850/partial-cmp-derive"
version = "0.1.1"

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