Expand description

Data structures modified with guaranteed deterministic behavior after deserialization.

Re-exports

pub use self::arena::Arena;
pub use self::arena::Index;

Modules

Arena adapted from the generational-arena crate.

Publish-subscribe mechanism for internal events.

Structs

A container for data associated to item existing into another Arena.

Traits

Helper trait to address multiple elements at once.

A set of elements of type T.

A set of mutable elements of type T.

A set of optional elements of type T.