capability-core-string-skeleton 0.1.0

A Rust crate providing a framework to generate and manipulate skill tree skeletons using string-based node representations. It aggregates dispatch and leaf holder nodes into scalable domain models.
Documentation
1
2
3
4
5
6
7
8
9
// ---------------- [ File: capability-core-string-skeleton/src/lib.rs ]
#[macro_use] mod imports; use imports::*;

x!{core_skeletal_aggregate_node}
x!{core_skeletal_dispatch_node}
x!{core_skeletal_leaf_holder_node}
x!{core_string_skeleton}
x!{fuzzy_from_json_value}
x!{top_down}