Resources on Lifetimes

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

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

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

  • 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

  • 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
  • FreeBSD evaluating Rust's adoption into base system

    1 project | news.ycombinator.com | 21 Jan 2024
  • Why do lifetimes need to be leaky?

    6 projects | /r/rust | 8 Dec 2023
  • Common Rust Lifetime Misconceptions

    1 project | /r/hypeurls | 5 Dec 2023