tnid 0.0.2

A UUID compatible ID with static type checking
Documentation

TNID

UUID compatible IDs that (a) have a name and (b) can be strictly typed.

let user_id: TNID<User> = TNID::new_time_ordered();
## Status

**Not yet released**

The spec is close to complete, but

Examples