Structsยง
- Cached
Id - A lazily-initialized, cached
Idfor use as astatic. - Id
- A lightweight, copyable identifier backed by a global string interner.
- Interner
- An
Internerholds a set of interned IDs for use during serialization/deserialization, mapping IDs to u16 indices. - Read
Context - A
ReadContextholds a set of interned IDs for use during deserialization, mapping u16 indices to IDs.