charize 0.0.3

Provide a simple proc macro convert token to char.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "charize"

version = "0.0.3"

authors = [

    "araraloren <blackcatoverwall@gmail.com>",

]

edition = "2021"

license = "MPL-2.0"

description = "Provide a simple proc macro convert token to char."

repository = "https://github.com/araraloren/charize/"

keywords = ["proc-macro", "neure"]

categories = ["parsing"]





# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[lib]

proc-macro = true