-
You'll need a web driver to parse and execute the client-side JS scripts. I would recommend fantoccini for a web driver API.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
There is cargo install-update plugin: https://github.com/nabijaczleweli/cargo-update
-
I typically do no space before, one space after, and RustFmt appears to agree with me. You'll find that much of the formatting in Rust files are dictated for better or for worse by rustfmt.
-
If you already know web development why not try something like tauri? It is basically like electron, but uses a rust backend and is a lot more efficient.