Crate unik

source ·
Expand description

This crate defines a powerful uniform resource name namespace for UUIDs (Universally Unique Identifier), which are suited for modern use.

This lib can be used to create unique and reasonably short values without requiring extra knowledge.

A UUID is 128 bits long, and can guarantee uniqueness across space and time.

Modules

Structs

  • Ensure uniqueness.
  • The simplified version of UUID in terms of fields that are integral numbers of octets.
  • The IEEE-802 network address.
  • A Universally Unique Identifier UUID.
  • The UTC time zone. This is the most efficient time zone when you don’t need the local time. It is also used as an offset (which is also a dummy type).

Enums