capability-stripped-string-skeleton 0.1.0

Provides a streamlined representation of a skill tree structure, focusing on a lightweight, stripped-down version that retains essential hierarchical relationships without the full complexity of the original structure.
Documentation
1
2
3
4
5
6
7
// ---------------- [ File: capability-stripped-string-skeleton/src/lib.rs ]
#[macro_use] mod imports; use imports::*;

x!{grower_stripped_string_skeleton}
x!{from_string_skeleton}
x!{display}
x!{promote_missing_child_nodes_with_defaults}