impl-macro 0.1.0

Macro reducing boilerplate of similar impl declarations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "impl-macro"
version = "0.1.0"
authors = ["Wojciech Danilo <wojciech.danilo@gmail.com>"]
description = "Macro reducing boilerplate of similar impl declarations."
edition = "2024"
keywords = ["impl", "macro", "boilerplate"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wdanilo/impl-macro"

[lib]

[dependencies]
impl-macro-internal = { version = "0.1.0", path = "../macro" }

[lints]
workspace = true