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
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • 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

    Discontinued Upgrade everything

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • 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