docs.rs failed to build arora-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Opinionated Arora runtime.
Where [arora_engine] is the bare, unopinionated runtime, this crate wires
a ready-to-use [Arora]: an engine with the WebAssembly and native
executors. The basic behavior-tree control nodes are wired natively into
[arora_behavior_tree], so no module needs to be loaded to run a tree of
them. It can run a behavior tree handed to it at startup (as Groot XML) and
otherwise idles, waiting for behavior trees that will soon arrive over the
bridge.