New Rust book: Rust for Rustaceans by Jon Gjengset

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.

  • Have to disagree with this piece of advice. I've convinced myself through hard experience to write with the most generic possible lifetimes, especially for pub code/data in library crates, and only combine or elide lifetimes if I can prove to myself that it cannot matter at borrow-check time. This helps to avoid lifetime restriction bugs such as this one in std. Lifetime restriction bugs are easy to miss, hard to test for, and hard to fix compatibly, so it's best to try to avoid them if possible.

  • nomicon

    The Dark Arts of Advanced and Unsafe Rust 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.

    InfluxDB 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