obfstr 0.2.5

Compiletime string constant obfuscation for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "obfstr"

version = "0.2.5"

edition = "2018"

license = "MIT"



authors = ["Casper <CasualX@users.noreply.github.com>"]

description = "Compiletime string constant obfuscation for Rust"

documentation = "https://docs.rs/obfstr"

repository = "https://github.com/CasualX/obfstr"

readme = "readme.md"

keywords = ["obfuscation", "hash", "random", "wide"]

categories = ["no-std"]



[features]

unsafe_static_str = []