Module libre_pvz_resources::cached

source ·
Expand description

Serialize and deserialize as some kind of raw form (a String or a PathBuf usually), used as a key indexing into some collection (a boxed slice, or the asset collection). Keep also a cached handle to speed up subsequent access (an integer index, or a Handle).

Structs§

  • Raw key storage with cached handle.
  • Raw key storage with cached handle.

Traits§

  • Container of key-value pairs, equipped with a handle type to speed up lookup.
  • Entries in linear homogeneous collections.