Microsoft Rust intro says "Rust is known to leak memory"

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rust-gc

    Simple tracing (mark and sweep) garbage collector for Rust

    Anyway, I found something recent that implements "rc" but in terms of tracing: https://github.com/Manishearth/rust-gc/ . Maybe useful for projects involving graphs of objects.

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • rust

    Empowering everyone to build reliable and efficient software.

  • rfcs

    RFCs for changes to Rust

  • unsafe-code-guidelines

    Forum for discussion about what unsafe code can and can't do

    Safety in Rust did not start from a place that was perfectly clear. Hell, some components of it still aren't quite totally clear, although it is much better than it was some years ago. I am so grateful to the Unsafe Code Guidelines Working Group for working to improve this. It's critical work.

  • tokio

    A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

    UnsafeCell being transitively mutable via aliasing (&mut T implies &mut T.field; field could be UnsafeCell and wish to be shared with other threads; core traits require the &mut T to use them conveniently; sharing the UnsafeCell is then UB) makes intrusive Futures (and possibly shared Iterators) currently UB.

  • Primes

    Prime Number Projects in C#/C++/Python

    Rust is actually pretty fast. It’s hard to rank language speeds in general, but for one specific application where many languages have been tested with the same algorithm, Rust is actually one of the fastest https://github.com/PlummersSoftwareLLC/Primes

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

  • An Optimization That's Impossible in Rust

    2 projects | news.ycombinator.com | 4 Sep 2024
  • Rust vs Go? Which should you choose in 2024

    6 projects | dev.to | 27 Aug 2024
  • Why stdout is faster than stderr?

    2 projects | news.ycombinator.com | 10 Jan 2024
  • Progress toward a GCC-based Rust compiler

    8 projects | news.ycombinator.com | 18 Dec 2023
  • INSANE bug in my code from compiler optimization [Rust] [video]

    2 projects | news.ycombinator.com | 16 Dec 2023

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