Skip to content

Lack30/cargo-ws

Repository files navigation

build badge

中文文档

summary

cargo-ws is light-weight cargo plugin. It can generate vscode code-workspace file. Then you can view file that be opened, like Jetbrains Idea.

install

cargo install cargo-ws

generate vscode workspace file

cargo new foo
cd foo
cargo check
cargo ws

show

image