1 2 3 4 5 6 7 8 9 10 11 12 13 14
# const-uuid for Rust Lightweight UUID container for const contexts ```rust 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.