capability_skeleton_mock/
lib.rs

1// ---------------- [ File: capability-skeleton-mock/src/lib.rs ]
2#[macro_use] mod imports; use imports::*;
3
4x!{build_large_skeleton}
5x!{build_missing_root_skeleton}
6x!{build_random_skeleton}
7x!{make_bfs_friendly_skeleton_ok}
8x!{make_general_bfs_skeleton}
9x!{make_nodes}
10x!{root_with_children}
11x!{single_node_skeleton}
12x!{three_level_chain}