Module bones_ecs::bitset

source ·
Expand description

Bitset implementation.

Bitsets are powered by the bitset_core crate.

Macros

  • Shorthand for combining bitsets with bit_or.
  • Shorthand for setting bits on the bitset container.
  • Implements the BitSet trait members for your type through DerefMut.

Structs

  • BitSet formatter.
  • The type of bitsets used to track entities in component storages. Mostly used to create caches.

Traits

Functions

  • Creates a bitset big enough to contain the index of each entity. Mostly used to create caches.