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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • 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

  • Nova

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

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

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

  • 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