Skip to content

MaikKlein/cargo-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cargo-workspace

Installation:

cargo install cargo-workspace

Usage:

cargo workspace COMMANDS

Examples:

// Executes check in all crates inside the workspace.
cargo workspace check

cargo workspace check --color=always

// Formates all crates inside the workspace.
cargo workspace fmt

// Builds all crates inside the workspace if a file as been changed.
cargo watch -x "workspace build"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages