Skip to content

Hide string at compile time and treat variable value as original at runtime

Notifications You must be signed in to change notification settings

rootfebri/hidmystr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example:

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

About

Hide string at compile time and treat variable value as original at runtime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages