cmporder 0.1.1

macros for prioritized Ord/PartialOrd
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "cmporder"
version = "0.1.1"
authors = ["Acheul <seoul605.21@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "macros for prioritized Ord/PartialOrd"
readme = "readme.md"
keywords = [
    "Ord",
    "PartialOrd",
    "priority",
]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://github.com/acheul/cmporder-rs"

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

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

[dependencies]

[dev-dependencies.rand]
version = "0.10.1"