stringify-inner 0.3.1

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.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd3252ce8c0b48a108bbce502fd13403eceb7b27d0120080f9ebcb6222f7b2c2"

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