Crate components_arena

source ·
Expand description

Feature flags

  • nightly (enabled by default) — disable to make the library compatible with stable and beta Rust channels.

Macros

Structs

Traits

  • An implementer of the Component trait is a type, whose values can be placed into Arena container.
  • An utility trait describing a specific component type.
  • An implementer of the ComponentId trait is a type behaves as Id.

Type Aliases