12 releases

0.3.1 Oct 21, 2024
0.3.0 Sep 20, 2024
0.2.8 Sep 20, 2024
0.2.6 Jul 21, 2022
0.1.0 Jul 20, 2022

#176 in Cargo plugins

MIT/Apache

1MB
290 lines

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

Dependencies

~4–16MB
~146K SLoC