Skip to main content

Module tree

Module tree 

Source
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§

FileTree
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.