Crates.io | const_id |
lib.rs | const_id |
version | 0.1.0 |
source | src |
created_at | 2021-03-27 15:00:29.617897 |
updated_at | 2021-03-27 15:00:29.617897 |
description | Generates unique IDs at compile time |
homepage | https://github.com/Teln0/const_id |
repository | https://github.com/Teln0/const_id |
max_upload_size | |
id | 374229 |
size | 1,804 |
Generates a unique ID at compile time
Usage :
const ID: usize = const_id::const_id!() as usize;