2个版本
0.1.1 | 2022年9月7日 |
---|---|
0.1.0 | 2022年9月7日 |
#2105 in 过程宏
每月24次下载
28KB
static-noise
一个简单的crate,用于编译时生成静态噪声。
示例
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!();
许可证: MIT
lib.rs
:
一个简单的crate,用于编译时生成静态噪声。
示例
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!();
依赖项
~0.8–1.3MB
~26K SLoC