In September 2022, I started the development of Selenium Manager. It has been developed as a CLI (Command-Line Interface) tool in Rust language. Selenium Manager is invoked transparently by the Selenium bindings when no browser driver is detected.
Show /r/rust: I reverse-engineered my coffeemaker's Bluetooth protocol and wrote a CLI in Rust
https://t.co/ufgBqXHwcI
Discussions: https://t.co/jf1oPbAQIi
#programming#rustlang
rvemu: RISC-V emulator for CLI and Web written in Rust with WebAssembly. It supports xv6 and Linux (ongoing).
⭐️ 497
Author: @d0iasm#rustlang
https://t.co/VujpwhGwPw
I made a very simple tic-tac-toe multiplayer CLI game in Rust! Suggestions and contributions are welcome :)
https://t.co/lTaLyN9AUP
Discussions: https://t.co/86jDAgVLB3
#programming#rustlang
Four resources to effectively learn Rust:
- Rustlings (learn by doing)
- Rust by Example (understand through examples)
- Command Line Applications in Rust (learn by actually implementing)
- The Rust Programming Language (THE book - your Rust encyclopedia)