1 unstable release

Uses old Rust 2015

0.1.0 Jan 8, 2018

#65 in #unique-identifier

Unlicense

2KB

id

Make unique identifiers.

[dependencies]
id = "0.1"

Usage

#[macro_use]
extern crate id;

...

let x = id!();

Each ID identifies a unique point in the source code, so you can't make more of them at runtime with a loop, nor with other such shenanigans.

License

Just take the code and do whatever you want with it, which I assume isn't much, because this library is pretty much useless.

No runtime deps