quick-impl 0.1.11

A Rust procedural macro auto-generating common methods on enums and structs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "quick-impl"

version = "0.1.11"

edition = "2021"

repository = "https://github.com/makcandrov/quick-impl"

homepage = "https://github.com/makcandrov/quick-impl"

documentation = "https://docs.rs/quick-impl"

description = "A Rust procedural macro auto-generating common methods on enums and structs."

license = "MIT OR Apache-2.0"

keywords = ["quick", "impl", "derive"]



[lib]

proc-macro = true



[dependencies]

proc-macro2 = "1"

quote = "1"

syn = "2"