Hey Rustaceans! Got a question? Ask here! (26/2022)!

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • SaaSHub - Software Alternatives and Reviews
  • fantoccini

    A high-level API for programmatically interacting with web pages through WebDriver.

    You'll need a web driver to parse and execute the client-side JS scripts. I would recommend fantoccini for a web driver API.

  • topgrade

    Upgrade everything

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

  • webots-rs

    Build controllers for the Webots robot simulator in Rust

  • cargo-update

    A cargo subcommand for checking and applying updates to installed executables

    There is cargo install-update plugin: https://github.com/nabijaczleweli/cargo-update

  • rustfmt

    Format Rust code

    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.

  • tauri

    Build smaller, faster, and more secure desktop applications with a web frontend.

    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.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts