static-noise
A simple crate for generation static noise at compile time.
Example
let random_company_name: &'static str = company_name!;
let random_super_power: &'static str = super_power!;
let random_uuid: &'static str = uuid!;
License: MIT
A simple crate for generation static noise at compile time.
let random_company_name: &'static str = company_name!;
let random_super_power: &'static str = super_power!;
let random_uuid: &'static str = uuid!;
License: MIT