casey 0.4.0

Case transforming macros for ident tokens
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "casey"
version = "0.4.0"
authors = ["jordy25519 <beauchjord@gmail.com>"]
edition = "2018"
description = "Case transforming macros for ident tokens"
license = "MIT"
readme = "README.md"
repository = "https://github.com/jordy25519/casey"

[dependencies]
syn = "1.0"

[lib]
proc-macro = true