symm_impl 0.1.0

Attribute macro that automatically implements a symmetric trait
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0"
[dev-dependencies.trybuild]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Youmu <johnmave126@gmail.com>"]
categories = ["no-std", "rust-patterns"]
description = "Attribute macro that automatically implements a symmetric trait"
documentation = "https://docs.rs/symm_impl"
edition = "2018"
include = ["/Cargo.toml", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", "/src/lib.rs"]
keywords = ["derive", "macro", "trait", "procedural"]
license = "MIT OR Apache-2.0"
name = "symm_impl"
readme = "README.md"
repository = "https://github.com/johnmave126/symm_impl"
version = "0.1.0"