build-fs-tree 0.8.1

Generate a filesystem tree from a macro or a YAML tree
Documentation
1
2
3
4
5
#![doc(hidden)]

fn main() -> std::process::ExitCode {
    build_fs_tree::program::main::main()
}