Am I dumb or does rust have a garbage collector?

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
  • too-many-lists

    Learn Rust by writing Entirely Too Many linked lists

    Rust's ownership system constitutes a simultaneously extremely limited and very powerful form of automated memory management. In some sense, if your program compiles and you run it then most memory will get cleaned up without you having to manually free everything. In another sense, it's easy (well) to write programs which accidentally hold onto memory forever.

  • .NET Runtime

    .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

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

  • mrustc

    Alternative rust compiler (re-implementation)

    In fact, https://github.com/thepowersgang/mrustc compiles code without the need for a borrow checker :-)

  • rust

    Empowering everyone to build reliable and efficient software.

    Oh, borrowck, actually.

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