its_rusty
learning rust (by hashb)
broom
An ergonomic tracing garbage collector that supports mark 'n sweep garbage collection (by zesterer)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
its_rusty
Posts with mentions or reviews of its_rusty.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-13.
-
Hey Rustaceans! Got a question? Ask here (7/2023)!
see also: https://github.com/hashb/its_rusty/tree/master/barcode_gen
broom
Posts with mentions or reviews of broom.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-13.
-
Hey Rustaceans! Got a question? Ask here (7/2023)!
The ones I am aware of are gc and broom. None will be as simple to use as the one in old Rust as userland implementations don't have the benefit of first-class integrated compiler support.
What are some alternatives?
When comparing its_rusty and broom you can also consider the following projects:
rust-gc - Simple tracing (mark and sweep) garbage collector for Rust
genawaiter - Stackless generators on stable Rust.
realworld-axum-sqlx - A Rust implementation of the Realworld demo app spec using Axum and SQLx.
tokio-tungstenite - Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation
crates.io - The Rust package registry
rust - Empowering everyone to build reliable and efficient software.
compiler-team - A home for compiler team planning documents, meeting minutes, and other such things.
maud - :pencil: Compile-time HTML templates for Rust
this-week-in-rust - Data for this-week-in-rust.org
rfcs - RFCs for changes to Rust