Crates.io | zng-unique-id |
lib.rs | zng-unique-id |
version | 0.4.7 |
source | src |
created_at | 2024-04-07 16:35:10.680736 |
updated_at | 2024-11-03 12:13:04.208674 |
description | Part of the zng project. |
homepage | |
repository | https://github.com/zng-ui/zng |
max_upload_size | |
id | 1199302 |
size | 40,344 |
This crate is part of the zng
project.
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.