Expand description
File-tree builders.
FileTree is a more general builder than TempProject: it
materializes a tree under any caller-chosen root, supports
Rust-workspace shortcuts, and can create symlinks where the
platform supports them.
Structs§
- File
Tree - Builder for a tree of files and directories under a chosen root.
Functions§
- rust_
crate - Convenience: build a minimal Rust crate layout under
root. - rust_
workspace - Convenience: build a multi-crate Rust workspace under
root.