| Crates.io | hidmystr |
| lib.rs | hidmystr |
| version | 0.1.0 |
| created_at | 2024-07-16 18:40:06.118017+00 |
| updated_at | 2024-07-16 18:40:06.118017+00 |
| description | Hide string at compile time and treat variable value as original at runtime |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1305384 |
| size | 1,946 |
Example:
fn main() {
let greet: String = hidmystr::hidstr!("helloss, world!");
println!("{greet}");
}