16 releases
0.4.7 | Nov 3, 2024 |
---|---|
0.4.6 | Sep 15, 2024 |
0.4.5 | Aug 15, 2024 |
0.4.4 | Jun 10, 2024 |
0.2.5 | Apr 20, 2024 |
#1485 in GUI
1,197 downloads per month
Used in 64 crates
(12 directly)
46KB
1K
SLoC
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.
lib.rs
:
Macros for generating unique ID types.
Crate
Dependencies
~2.2–7MB
~49K SLoC