thisisplural 0.7.0

#[derive(Plural)] for creating frictionless new types with any collection type like Vec or HashMap
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

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

[dev-dependencies.pretty_assertions]
version = "1.4"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "#[derive(Plural)] for creating frictionless new types with any collection type like Vec or HashMap"
edition = "2021"
homepage = "https://github.com/ryo33/thisisplural"
keywords = ["derive", "collection", "Vec", "HashMap", "newtype"]
license = "MIT OR Apache-2.0"
name = "thisisplural"
readme = "README.md"
repository = "https://github.com/ryo33/thisisplural"
version = "0.7.0"

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