Registry / utility / goldberg

goldberg

JSON →
library0.1.0rscratesunverified

A Rust-based obfuscation macro library for code protection.

# Cargo.toml [dependencies] goldberg = "0.1.0"
INSTALL
IMPORT
SIG · GOLDBERG
G
goldberg
utilityrustv0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

obfuscate
use goldberg::obfuscate;

Obfuscates a string literal at compile time.

use goldberg::obfuscate; fn main() { let hidden = obfuscate!("secret"); println!("{}", hidden); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
goldberg — cargo add goldberg · libregistry