#noise #compile-time #static #generation

macro static-noise

A simple crate for generation static noise at compile time

2 releases

0.1.1 Sep 7, 2022
0.1.0 Sep 7, 2022

#2308 in Procedural macros

MIT license

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

~1–1.5MB
~29K SLoC