vacuum
Vacuum is a system-wide configuration file collector (by idursun)
rust-blog
Educational blog posts for Rust beginners (by pretzelhammer)
vacuum | rust-blog | |
---|---|---|
1 | 66 | |
29 | 7,503 | |
- | - | |
1.8 | 8.4 | |
almost 4 years ago | 11 days ago | |
Rust | Rust | |
MIT License | Apache License 2.0 |
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.
vacuum
Posts with mentions or reviews of vacuum.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-22.
-
Hexagonal architecture in Rust #1
I had written one of my pet projects following hexagonal architecture: https://github.com/idursun/vacuum
rust-blog
Posts with mentions or reviews of rust-blog.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-10-24.
- Learning Rust in 2024
- Using Rust in Non-Rust Servers to Improve Performance
- Common Rust Lifetime Misconceptions
-
What are some good resources for experienced programmers new to Rust to learn about lifetimes?
Hands down the best resource (after you've had sufficient experience with Rust, especially so) - https://github.com/pretzelhammer/rust-blog/blob/master/posts/common-rust-lifetime-misconceptions.md
-
How can a parameter type `T` be not long living enough?
I really really recommend reading this to understand lifetimes and generics in Rust better.
- What learning resource has had the greatest impact in elevating your understanding and knowledge of Rust?
- I do not understand why Sized bound prevents a trait from being used as a trait object.
-
Lifetime annotations: why doesn't Rust?
It's already now that the elided lifetimes are not always correct, as pointed out in Common Rust Lifetime Misconceptions (No 5) by pretzelhammer.