id 0.1.0

Make unique identifiers.
Documentation
  • Coverage
  • 0%
    0 out of 3 items documented0 out of 1 items with examples
  • Size
  • Source code size: 1.64 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 870.09 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • quadrupleslap/id
    3 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • quadrupleslap

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.