Function cargo::util::toml::project_layout
[−]
[src]
pub fn project_layout(root_path: &Path) -> Layout
Returns a new Layout
for a given root path.
The root_path
represents the directory that contains the Cargo.toml
file.