behaviortree-core 0.1.0

Core implementaion of behaviortree
Documentation
1
2
3
4
5
# behaviortree-core

`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`).