Hey Rustaceans! Got an easy question? Ask here (1/2022)!

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • password-hashes

    Password hashing functions / KDFs

  • For password handling, I have had good experience with password-hash and the various algorithm implementations in the password-hashes repo.

    They are not really relevant. I started with rocket got stuck and solved my issues by switching to another toolkit. I was learning rust and the web framework and did not understand all concepts. So I had to reread things. The brilliant tutorial I found was "from zero to production" which uses actix and explains very thoroughly all the fine details. I don't think it was a quality or feature based decision, but rather a learning based one. The Project: https://github.com/enaut/pslink

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • libs-team

    The home of the library team

  • Their github home https://github.com/rust-lang/libs-team doesn't mention crates at all?

  • awesome-rust

    A curated list of Rust code and resources.

  • Gitea

    Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD

  • I am the opposite. I find reading Go code /really/ hard. I've recently stumbled across gitea and found the way modules work super confusing.

  • iced

    A cross-platform GUI library for Rust, inspired by Elm

  • I think iced looks pretty cool (https://github.com/iced-rs/iced)

  • sccache

    Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.

  • You might want to put the cargo home onto a shared network mount. Additionally you can use sccache to also share cached build artifacts.

  • 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
  • sled

    the champagne of beta embedded databases

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