Cargo Features

[dependencies]
re_query = { version = "0.16.0", default-features = false, features = ["to_archetype", "codegen"] }
default = to_archetype

The to_archetype feature is set by default whenever re_query is added without default-features = false somewhere in the dependency tree.

to_archetype default

Implements ToArchetype<A> for all builtin archetypes on LatestAtResults.

Enables re_types and re_types_blueprint

re_types:

Rerun dependencies (optional):

codegen

Enable codegen helper binaries (generates ClampedZip & RangeZip implementations).

Required by clamped_zip and range_zip binaries