Skip to content

A very serious and useful library that is sure to help you very much.

Notifications You must be signed in to change notification settings

quadrupleslap/id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A very serious and useful library that is sure to help you very much.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages