extern crate stackbt_automata_impl;
/// The base leaf nodes on which behavior trees are built.
/// The behavior tree node trait and associated enums.
/// An automaton wrapper for behavior tree nodes.
/// A serial running node controller.
/// A parallel running node controller.
/// An assortment of mapping wrappers for behavior tree nodes.
/// An assortment of controlling wrappers for behavior tree nodes.
/// An assortment of serial and parallel node controllers.