A Rust match made in hell

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Clippy

    A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/

  • Also, the clippy lint is already being fixed to handle parking_lot's Mutex again: https://github.com/rust-lang/rust-clippy/pull/8419/

  • monoio

    Rust async runtime based on io-uring.

  • If you look at monoio's benchmarks you can see it's not bike-shedding: there's a real impact on performance.

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

    Vigil, the eternal morally vigilant programming language

  • Sounds like you'd be a fan of Vigil.

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

  • Common idioms

    1 project | /r/rust | 19 Jan 2023
  • How come there are no errors for declaring the same output variable twice?

    1 project | /r/learnrust | 5 Jan 2023
  • Is Clippy Fully Integrated?

    3 projects | /r/rust | 27 Dec 2022
  • Can Rust Prevent Common Bugs We Write In C++?

    1 project | /r/rust | 23 Dec 2022
  • `let`-`else` statement clippy lint.

    1 project | /r/rust | 6 Nov 2022