Module wasmer_types::entity[][src]

Expand description

The entity module, with common helpers for Rust structures

Re-exports

pub use crate::entity_impl;

Modules

Compact representation of Option<T> for types with a reserved value.

Structs

A slice mapping K -> V allocating dense entity references.

Iterate over all keys in order.

Iterate over all keys in order.

Iterate over all keys in order.

A primary mapping K -> V allocating dense entity references.

A mapping K -> V for densely indexed entity references.

Traits

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