tnid 0.0.1

A UUID compatible ID with static type checking
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# TNID

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

```rs
let user_id: TNID<User> = TNID::new_time_ordered();
```

```
## Status

**Not yet released**

The spec is close to complete, but
```

## Examples