beehave 0.0.4

A simple library for defining and evaluating a hierarchical state machine (behaviour tree).
Documentation
[dev-dependencies]
rand = "0.3.14"

[lib]
bench = false
doctest = false
name = "beehave"
path = "src/lib.rs"

[package]
authors = ["Ryan Scott <atthealma@gmail.com>"]
description = "A simple library for defining and evaluating a hierarchical state machine (behaviour tree)."
documentation = "https://docs.rs/beehave/"
homepage = "https://github.com/Archytaus/beehave"
keywords = ["behaviour", "fsm", "ai", "state", "game"]
license = "MIT"
name = "beehave"
readme = "README.md"
repository = "https://github.com/Archytaus/beehave"
version = "0.0.4"

[[test]]
name = "tests"