Expand description
A module for creating resources by their UUIDs. It is used to make resource system type-agnostic yet serializable/deserializable. Type UUID is saved together with resource state and used later on deserialization to create a default instance of corresponding resource.
Structsยง
- Resource
Constructor Container - A special container that is able to create resources by their type UUID.
- Resource
Data Constructor - A simple type alias for boxed resource constructor.