2 releases
0.1.1 | Sep 7, 2022 |
---|---|
0.1.0 | Sep 7, 2022 |
#2105 in Procedural macros
24 downloads per month
28KB
static-noise
A simple crate for generation static noise at compile time.
Example
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
lib.rs
:
A simple crate for generation static noise at compile time.
Example
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!();
Dependencies
~0.8–1.3MB
~26K SLoC