Skip to content

Lightweight UUID container for const contexts

License

Apache-2.0, MPL-2.0 licenses found

Licenses found

Apache-2.0
LICENSE.APACHE
MPL-2.0
LICENSE.MPL
Notifications You must be signed in to change notification settings

menhera-org/const-uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Lightweight UUID container for const contexts

Resources

License

Apache-2.0, MPL-2.0 licenses found

Licenses found

Apache-2.0
LICENSE.APACHE
MPL-2.0
LICENSE.MPL

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages