capability-skeleton 0.1.0

A Rust library for managing and building complex hierarchical tree structures such as skill trees. Supports serialization, error handling, and deep tree metrics.
Documentation
1
2
3
4
5
6
// ---------------- [ File: capability-skeleton/src/imports.rs ]
// If we belong to a prefix group, we'd do `pub(crate) use prefix_3p::*;`
// For now, placeholder comment.
pub(crate) use capability_3p::*;
pub(crate) use capability_feature_measurement::*;
pub(crate) use capability_grower_configuration::*;