#context #uuid #const #container

const-uuid

Lightweight UUID container for const contexts

1 unstable release

new 0.1.0 Jan 9, 2025

#61 in #const

Download history 137/week @ 2025-01-08

137 downloads per month

Apache-2.0 OR MPL-2.0

11KB
107 lines

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.

Dependencies

~250–710KB
~17K SLoC