const-uuid for Rust
Lightweight UUID container for const contexts
use ConstUuid;
let uuid = const_uuid!;
assert_eq!;
License
Apache 2.0 or MPL 2.0.
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.