unstringify 0.1.4-rc1

Procedural macro implemention of the reverse operation of `stringify!`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[lib]
proc-macro = true

[package]
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
categories = ["rust-patterns"]
description = "    Procedural macro implemention of the reverse operation of `stringify!`\n"
documentation = "https://docs.rs/unstringify"
edition = "2018"
homepage = "https://crates.io/crates/unstringify"
keywords = ["proc-macro", "stringify", "tokenize", "preprocessor"]
license = "Zlib OR MIT OR Apache-2.0"
name = "unstringify"
readme = "README.md"
repository = "https://github.com/danielhenrymantilla/unstringify.rs"
version = "0.1.4-rc1"