|
|
|
|
|
by progbits
811 days ago
|
|
I use it together with VS code and rust-analyser. I like having a view of the entire project - if I break something in a file I don't have open in the editor it is more obvious in the bacon output. You can also switch it to test mode. However compared to cargo watch -c -x {check,test} it is only marginal improvement. |
|