21 releases
Uses new Rust 2024
new 0.6.1 | May 18, 2025 |
---|---|
0.5.1 | Mar 19, 2025 |
0.4.8 | Dec 6, 2024 |
0.4.7 | Nov 3, 2024 |
0.4.4 | Jun 10, 2024 |
#1720 in GUI
893 downloads per month
Used in 64 crates
(12 directly)
47KB
1K
SLoC
Macros for generating unique ID types.
Crate
This crate is part of the zng
project.
Cargo Features
This crate provides 2 feature flags, 1 enabled by default.
"named"
Enable associated names for ID types.
Enabled by default.
"hot_reload"
Enable static
patching for ID types.
The hot_reload
feature on the main crate uses this to ensure IDs generated by dynamically
loaded libraries are unique across the running process.
Dependencies
~2.2–7.5MB
~48K SLoC