comparable_helper 0.5.2

A library for comparing data structures in Rust, oriented toward testing
Documentation
[dependencies.convert_case]
version = "0.4"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"

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

[package]
authors = ["John Wiegley"]
categories = ["development-tools"]
description = "A library for comparing data structures in Rust, oriented toward testing"
documentation = "https://docs.rs/comparable"
edition = "2018"
homepage = "https://github.com/jwiegley/comparable"
include = ["src/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["comparable", "testing"]
license = "MIT OR Apache-2.0"
name = "comparable_helper"
readme = "README.md"
repository = "https://github.com/jwiegley/comparable"
version = "0.5.2"