ord_by_key 0.1.3

Provides a convenient macro for implementing Ord trait with logic specified in an inline expression
Documentation
[package]
authors = ["Kris Pinespear <pinespear@outlook.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"
name = "ord_by_key"
description = "Provides a convenient macro for implementing Ord trait with logic specified in an inline expression"
homepage = "https://github.com/pinespear/rust_ord_by_key"
repository = "https://github.com/pinespear/rust_ord_by_key"
keywords = ["ord"]
version = "0.1.3"


[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = {version = "1.0", features = ["full"]}