hidmystr 0.1.0

Hide string at compile time and treat variable value as original at runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.quote]
version = "1.0.36"

[dependencies.syn]
features = ["full"]
version = "2.0.71"

[lib]
proc-macro = true

[package]
authors = ["rootfebri"]
description = "Hide string at compile time and treat variable value as original at runtime"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "hidmystr"
readme = "README.md"
version = "0.1.0"