Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 244 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 244 Bytes

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.