const-uuid 0.1.0

Lightweight UUID container for const contexts
Documentation
  • Coverage
  • 55.56%
    5 out of 9 items documented0 out of 7 items with examples
  • Size
  • Source code size: 33.33 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 443.45 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • menhera-org/const-uuid
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • metastable-void

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.