[][src]Module uuid::v1

The implementation for Version 1 UUIDs.

Note that you need feature v1 in order to use these features.

Structs

Context

A thread-safe, stateful context for the v1 generator to help ensure process-wide uniqueness.

Timestamp

Stores the number of nanoseconds from an epoch and a counter for ensuring V1 ids generated on the same host are unique.

Traits

ClockSequence

A trait that abstracts over generation of UUID v1 "Clock Sequence" values.