Hey Rustaceans! Got an easy question? Ask here (15/2021)!

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. rfcs

    RFCs for changes to Rust

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. rust-cross

    Everything you need to know about cross compiling Rust programs!

    If you haven’t already, maybe check out rust-cross, might have some good info for you too

  4. hyper

    An HTTP library for Rust (by hyperium)

    1: Seems simple enough to me, depending on how low you want to go.

  5. heroku-buildpack-rust

    A buildpack for Rust applications on Heroku, with full support for Rustup, cargo and build caching.

    All you have to do is run a binary, so it's pretty easy. And if the service lets you install rustup you can just cargo run as you normally would. For a real example, check out the Heroku buildpack for Rocket.

  6. Rocket

    A web framework for Rust.

    Rocket is really nice IMO. I'm currently using it for a project. There's actually a lot of good competition in the Rust web framework area, so you have some choice.

  7. indicatif

    A command line progress reporting library for Rust

    Do you mean you want something like Python's tqdm for reporting progress through an iterator? The usual solution for that would be the indicatif crate: https://crates.io/crates/indicatif

  8. rust-spa-auth

    Discontinued Example application using a Vue frontend with Rust backend that has authentication + authorization.

    For Q2, could take a look at my personal project for this: https://github.com/jtroo/rust-spa-auth

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. acid-state

    Add ACID guarantees to any serializable Haskell data structure

    Is there anything like acid-state in Rust?

  11. rustbreak

    Discontinued A simple, fast and easy to use self-contained single file storage for Rust

    The closest I could find so far is https://github.com/TheNeikos/rustbreak (but I don't think that does incremental updates)

  12. crates.io

    The Rust package registry

    However, there is an annoyance: when the the minor version is incremented on crates.io side, it takes precedence over my patched crate, and build starts failing again. I want to keep getting minor updates from all the non patched crates, so I'd like not to override crates.io completely.

  13. rust_voronoi

    Rust implementation of Fortune's algorithm for generating Voronoi diagrams

  14. rust-memory-container-cs

    Rust Memory Container Cheat-sheet

    With Rc, it was failing as I'm using rayon for multi-threaded rendering and Rc is not Sync (that's what I understand from: the Rust memory container cheat-sheet

  15. plotters

    A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀

    I just found https://github.com/38/plotters!

  16. toolbox

    Discontinued The Docker Toolbox (by docker)

    You could technically still use Docker Toolbox for Windows (which uses Virtualbox), it's deprecated and won't be updated but you can still download releases on Github: https://github.com/docker/toolbox/releases/tag/v19.03.1

  17. cross

    “Zero setup” cross compilation and “cross testing” of Rust crates

    Are you sure you have the right repo? https://github.com/rust-embedded/cross

  18. yew

    Rust / Wasm framework for creating reliable and efficient web applications

  19. iced

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

  20. pe100challenge

    Project Euler 100 challenge working repo.

    Anyway, here's the code: https://github.com/fizbin/pe100challenge/blob/main/problem54/src/main.rs

  21. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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

  • /r/startrek/ migrates to lemmy

    2 projects | news.ycombinator.com | 15 Jun 2023
  • Implement both API and GUI?

    4 projects | /r/rust | 18 Jan 2023
  • Hey Rustaceans! Got an easy question? Ask here (1/2021)!

    10 projects | /r/rust | 6 Jan 2021
  • Guide to JWT API Authentication

    1 project | dev.to | 29 Apr 2025
  • JWT Creation and Integration in InterSystems IRIS

    1 project | dev.to | 21 Apr 2025

Did you know that Rust is
the 5th most popular programming language
based on number of references?