`behaviortree-core` is the foundational crate of `behaviortree`.
It defines the core traits, data structures, built-in control-flow behaviors, tree runtime, and XML export.
It does **not** contain the factory/parser (see `behaviortree-factory`) or the optional feature-gated behaviors (see `behaviortree-behaviors`).