stringify-inner 0.3.0

Translate #stringify for use in places where stringify! is not supported
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "proc-macro-tool"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6641cd5e86ba17f9b5408b4de680ac3e2e397f1ea4a6f02dace331aa8da00658"

[[package]]
name = "stringify-inner"
version = "0.3.0"
dependencies = [
 "proc-macro-tool",
]