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
// ---------------- [ File: capability-core-string-skeleton/src/imports.rs ]
pub(crate) use capability_3p::*;
pub(crate) use capability_skeleton_string::*;
pub(crate) use fuzzy_from_json_value::*;
pub(crate) use capability_stripped_string_skeleton::*;