Rust language provides many tools to make programming easy and finding bugs 
faster. Some of the tools I personally use are rustfmt, clippy and miri. Right 
now when I have to run these tools,  I have to execute these from command line. 
Take `rustfmt` for example after formatting the code using `rustfmt main.rs`  
we have to reload our code every time in geany.  It would be very helpful if we 
have a way to integrate such tools in geany. It will be also useful if we have 
a dedicated one click buttons for such tools in our tool bar itself similar to 
run, build buttons.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2587

Reply via email to