Module wasmer_types::entity

source ยท
Expand description

The entity module, with common helpers for Rust structures

Modulesยง

  • boxed_slice ๐Ÿ”’
    Boxed slices for PrimaryMap.
  • iter ๐Ÿ”’
    A double-ended iterator over entity references and entities.
  • keys ๐Ÿ”’
    A double-ended iterator over entity references.
  • Compact representation of Option<T> for types with a reserved value.
  • primary_map ๐Ÿ”’
    Densely numbered entity references as mapping keys.
  • secondary_map ๐Ÿ”’
    Densely numbered entity references as mapping keys.

Macrosยง

  • Macro which provides the common implementation of a 32-bit entity reference.

Structsยง

Traitsยง

  • A type wrapping a small integer index should implement EntityRef so it can be used as the key of an SecondaryMap or SparseMap.