charify 0.1.6

A simple proc macro to turn its token input into a char, similar to the built-in stringify! macro.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[lib]
proc-macro = true

[package]
description = "A simple proc macro to turn its token input into a char, similar to the built-in stringify! macro."
edition = "2021"
keywords = ["proc_macro", "macro"]
license = "MIT"
name = "charify"
readme = "README.md"
repository = "https://github.com/PROMETHIA-27/charify"
resolver = "2"
version = "0.1.6"