capability-skeleton-mock 0.1.0

A Rust crate for constructing and managing hierarchical skeleton structures with diverse node types, enabling advanced testing and simulation scenarios.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// ---------------- [ File: capability-skeleton-mock/src/lib.rs ]
#[macro_use] mod imports; use imports::*;

x!{build_large_skeleton}
x!{build_missing_root_skeleton}
x!{build_random_skeleton}
x!{make_bfs_friendly_skeleton_ok}
x!{make_general_bfs_skeleton}
x!{make_nodes}
x!{root_with_children}
x!{single_node_skeleton}
x!{three_level_chain}