Module libre_pvz_resources::dynamic

source ·
Expand description

Dynamic resource support. For simplicity, we use shared global state for registry.

Structs§

Traits§

  • Resource types with dynamic (de)serialization. Serialization through bincode is fixed to using the standard configuration, and cannot be changed at runtime, due to the current design of bincode API.
  • Allow dynamic (de)serialization for trait objects.