Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Great Command Line Tools Developed in Rust
IDE for Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Visual Studio Code
-
The rust-analyzer extension seems to be a good option.
-
Rust extenstion (rust-lang.rust) is another posssible extension for Rust but does not work as well as rust-analyzer .
RustRover …
Develop a GUI Application in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
tauri
Please refer to tauri for more discussions.
dioxus
Dioxus is a portable, performant, and ergonomic framework for building cross-platform user interfaces in Rust.
rinf
Rinf is a production-ready framework for …
Write Unsafe Code in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Unsafe Rust: How and when (not) to use it
Rust's Unsafe Code Guidelines Reference
Unsafe Code Guidelines https://github.com/rust-lang …
Take Screenshot in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
scrap
scrap makes screen capture easy!
captrs
captrs is a library for cross-platform screen capture in Rust. Uses dxgcap for capture on Windows via the Desktop Duplication API, and X11Cap for …