Cargo-ws-manage

Crates.io Docs.rs Crates.io Crates.io Github.com Github.com

Cargo-ws-manage is a command line tool written in rust and is made for an easier and faster way of handling cargo workspaces. Becaues of the 'cargo-' prefix, it can be used as a sub-command of cargo with cargo ws-manage.

Planned features

There is not much to see currently, but these are some of the features that are to be added in the future:

Getting started

For installation, run:

bash cargo install cargo-ws-manage

It can then be used with:

bash cargo ws-manage # -h for help

To remove it, run:

bash cargo uninstall cargo-ws-manage