Crates.io | static-noise |
lib.rs | static-noise |
version | 0.1.1 |
source | src |
created_at | 2022-09-07 08:08:22.332596 |
updated_at | 2022-09-07 08:19:36.158566 |
description | A simple crate for generation static noise at compile time. |
homepage | |
repository | https://github.com/michaelvanstraten/static-noise |
max_upload_size | |
id | 660168 |
size | 94,282 |
A simple crate for generation static noise at compile time.
let random_company_name: &'static str = static_noise::company_name!();
let random_super_power: &'static str = static_noise::super_power!();
let random_uuid: &'static str = static_noise::uuid!();
License: MIT