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.