Resources on Lifetimes

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-blog

    Educational blog posts for Rust beginners

    I found this blog post really helpful. Even though it's framed as correcting lifetime "misconceptions", it helped me go from just using lifetimes to appease the compiler and avoid cloning to actually thinking about how long my data is being held onto.

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

    Alternative rust compiler (re-implementation)

    Lifetime sigils couldn't change the structure of your program, they don't actually affect anything it it, in fact you can remove them from correct program, compile it with mrustc (which ignores lifetime marks) and it would still work.

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

  • Announcing Rust 1.66.0

    6 projects | /r/rust | 15 Dec 2022
  • I think my intuition around lifetimes is wrong

    2 projects | /r/rust | 24 Mar 2021
  • What is Rust, and What is for it?

    4 projects | dev.to | 18 Dec 2024
  • 🤯 50 Articles to Become a Web Dev Guru

    4 projects | dev.to | 15 Nov 2024
  • Rust Needs an Official Specification

    1 project | news.ycombinator.com | 12 Nov 2024

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