Struct cargo::util::toml::Layout
[−]
[src]
pub struct Layout {
pub root: PathBuf,
// some fields omitted
}Representation of the projects file layout.
This structure is used to hold references to all project files that are relevant to cargo.
Fields
root |