Expand description
Tracking identifiers.
TrackingId is a validated newtype over a PREFIX-BODY string such as
PKG-9ED9285C. IdGenerator produces them according to a configurable
policy (prefix, entropy width, optional check character).
Structs§
- IdGenerator
- Generates
TrackingIds according to a fixed policy. - IdGenerator
Builder - Builder for
IdGenerator. - Tracking
Id - A validated package tracking identifier, e.g.
PKG-9ED9285C.
Enums§
- Checksum
- Which check character, if any, to append to generated IDs.