Crate tangram_id[][src]

Expand description

Tangram uses the Id type to uniquely identify models, users, and anything that needs a primary key. This type is almost identical to UUID v4, except there are no bits reserved to specify the version, and the string representation has no dashes.

Structs