rs-derive 0.1.0

A procedural macro library containing useful derive macros.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.quote]
version = "1.0.34"

[dependencies.syn]
version = "2.0.45"

[lib]
proc-macro = true

[package]
authors = ["Carl Neben <carl-neben@gmx.de>"]
description = "A procedural macro library containing useful derive macros."
edition = "2021"
keywords = ["derive", "macro", "misc"]
license = "MIT"
name = "rs-derive"
readme = "README.md"
version = "0.1.0"