| Crates.io | const-uuid |
| lib.rs | const-uuid |
| version | 0.1.0 |
| created_at | 2025-01-09 13:56:08.634438+00 |
| updated_at | 2025-01-09 13:56:08.634438+00 |
| description | Lightweight UUID container for const contexts |
| homepage | https://github.com/menhera-org/const-uuid |
| repository | https://github.com/menhera-org/const-uuid |
| max_upload_size | |
| id | 1509964 |
| size | 33,336 |
Lightweight UUID container for const contexts
use const_uuid::ConstUuid;
let uuid = const_uuid!("00000000-0000-0000-0000-000000000000");
assert_eq!(ConstUuid::NIL, uuid);
Apache 2.0 or MPL 2.0.