literalext 0.2.0

A helper crate for interpreting proc-macro `Literal` values
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.proc-macro2]
optional = true
version = "0.2"

[features]
default = ["proc-macro2"]
dummy = []
i128 = []
proc-macro = []

[package]
authors = ["Nika Layzell <nika@thelayzells.com>"]
description = "A helper crate for interpreting proc-macro `Literal` values"
license = "MIT/Apache-2.0"
name = "literalext"
repository = "https://github.com/mystor/literalext"
version = "0.2.0"