Crate re_query_cache
source ·Expand description
Caching datastructures for re_query
.
Modules§
Structs§
- Stats for a cached component.
- Stats for a cached entity.
- Maintains the top-level cache mappings.
- Stats for all primary caches.
- A double-ended queue implemented with a pair of growable ring buffers, where every single entry is a flattened array of values.
Enums§
Traits§
- A
FlatVecDeque
that can be erased into a trait object.
Functions§
- Iterates over the data of an optional component, or repeat
None
values if it’s missing.