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
[features]
unsafe_static_str = []

[package]
authors = ["Casper <CasualX@users.noreply.github.com>"]
categories = ["no-std"]
description = "Compiletime string constant obfuscation for Rust"
documentation = "https://docs.rs/obfstr"
edition = "2018"
keywords = ["obfuscation", "hash", "random", "wide"]
license = "MIT"
name = "obfstr"
readme = "readme.md"
repository = "https://github.com/CasualX/obfstr"
version = "0.2.5"