const-uuid 0.1.0

Lightweight UUID container for const contexts
Documentation

const-uuid for Rust

Lightweight UUID container for const contexts

use const_uuid::ConstUuid;

let uuid = const_uuid!("00000000-0000-0000-0000-000000000000");
assert_eq!(ConstUuid::NIL, uuid);

License

Apache 2.0 or MPL 2.0.