place_macro 0.2.0

Macros you wish you had while you were writing your non-proc macro.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.convert_case]
version = "0.6.0"

[dependencies.litrs]
version = "0.4.0"

[lib]
proc-macro = true

[package]
description = "Macros you wish you had while you were writing your non-proc macro."
edition = "2021"
license-file = "LICENSE"
name = "place_macro"
readme = "README.md"
repository = "https://github.com/BonnyAD9/place_macro/tree/master"
version = "0.2.0"