Hey Rustaceans! Got an easy question? Ask here (32/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. rust

    Empowering everyone to build reliable and efficient software.

    This actually goes back really far, like back into the pre-1.0 days. Here's the commit: https://github.com/rust-lang/rust/commit/d3c831ba4a4a2284f73e4f9147aa4900cab56815

  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. Nova

    Implementation of "Ray Tracing in One Weekend": https://raytracing.github.io/books/RayTracingInOneWeekend.html (by LeCyberDucky)

  4. git2-rs

    libgit2 bindings for Rust

    I want to get the output of git log --follow --format=%aD | tail -1 by using git2-rs. I found git2-rs/examples/log.rs, but I still confused on how to use it.

  5. Clippy

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

    This lint should either not trigger here or mention this case as a known issue. I'd say this is worth filing an issue about on the rust-clippy issue tracker, preferably including a minimal example (only one struct and the two Mul implementations).

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

  • Why is holding std sync locks across awaits not caught by the compiler?

    3 projects | /r/rust | 19 Mar 2023
  • Rust should not have provided `unwrap`

    3 projects | news.ycombinator.com | 15 Jul 2022
  • thread 'main' has overflowed its stack on Enum Match

    2 projects | /r/rust | 21 Apr 2022
  • Is there ever a case you'd want to use &String::new() for something expecting &str?

    2 projects | /r/rust | 6 Apr 2022
  • A Rust match made in hell

    2 projects | /r/rust | 12 Feb 2022

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