simple_bt 1.0.1

minimal(-ish) behavior tree implementation
Documentation
[package]
name = "simple_bt"
version = "1.0.1"
edition = "2021"
description = "minimal(-ish) behavior tree implementation"
license = "Unlicense"
documentation = "https://docs.rs/simple_bt/"
repository = "https://git.sr.ht/~jangermad/simple_bt/"

[dependencies]

[[bench]]
name = "bh_bench"
harness = false

[dev-dependencies]
assert2 = "0.3.15"
glam = { version = "0.30", features = ["rand"] }
criterion = "0.3"
rand = "0.9.2"