hidmystr

Crates.iohidmystr
lib.rshidmystr
version0.1.0
sourcesrc
created_at2024-07-16 18:40:06.118017
updated_at2024-07-16 18:40:06.118017
descriptionHide string at compile time and treat variable value as original at runtime
homepage
repository
max_upload_size
id1305384
size1,946
Febri hehe (rootfebri)

documentation

README

Example:

fn main() {
    let greet: String = hidmystr::hidstr!("helloss, world!");
    println!("{greet}");
}
Commit count: 0

cargo fmt