bhv 0.4.0

A crate providing means to create and use Behavior Trees
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[features]
events = []

[package]
authors = ["Terens Tare <terens.t17@gmail.com>"]
categories = ["game-development", "science::robotics"]
description = "A crate providing means to create and use Behavior Trees"
edition = "2021"
keywords = ["ai", "behavior-tree", "gamedev", "robotics"]
license = "MIT"
name = "bhv"
readme = "README.md"
repository = "https://github.com/TerensTare/bhv.rs"
version = "0.4.0"