capability-crate-writer 0.1.0

A Rust crate facilitating generation of Rust crate text for dynamic skill trees, supporting dispatch, aggregate, and leaf holder nodes with customizable descriptors.
Documentation
1
2
3
4
5
6
7
// ---------------- [ File: capability-crate-writer/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_example::*;
pub(crate) use capability_full_annotated_leaf_holders::*;
pub(crate) use capability_core_string_skeleton::*;