Rust - Crates - Workspaces


A workspace is a set of packages that work together. To make a workspace, create a directory with a Cargo.toml file with a [workspace] section. You can then add packages to this workspace via cargo new and adding the name of the crate to the workspace section.