capability-exports 0.1.0

A Rust crate for managing and exporting complex skill trees in growth systems with high flexibility and performance.
Documentation
1
2
3
4
// ---------------- [ File: capability-exports/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::*;