Crates.io | labyrinth_macros |
lib.rs | labyrinth_macros |
version | 3.0.0 |
source | src |
created_at | 2024-01-09 22:32:17.834935 |
updated_at | 2024-01-10 03:35:39.669206 |
description | A procedural macro crate for the cryptify crate meant to provide obfuscation through compile time string encryption. not meant to be used standalone |
homepage | |
repository | https://github.com/dronavallipranav/rust-obfuscator/tree/main/labyrinth_macros |
max_upload_size | |
id | 1094698 |
size | 7,151 |
labyrinth_macros
is a procedural macro crate designed to complement the cryptify
super crate. It provides compile-time string and control flow obfuscation capabilities, aimed at enhancing the security and complexity of Rust code. Not meant to be used standalone, necessary obfuscation features are in the super crate cryptify
labyrinth_macros is licensed under the MIT License - see the LICENSE file for details.