1 个不稳定版本

使用旧的 Rust 2015

0.1.0 2018年1月8日

#65#unique-identifier

无授权协议

2KB

id

创建唯一标识符。

[dependencies]
id = "0.1"

用法

#[macro_use]
extern crate id;

...

let x = id!();

每个 ID 识别源代码中的唯一点,因此您不能在运行时通过循环或其他类似手段创建更多。

许可协议

只需取用代码,并随意使用它,我认为这并不多,因为这个库基本没有用。

无运行时依赖