benchmarksgame-rs
Rustlings
Our great sponsors
benchmarksgame-rs | Rustlings | |
---|---|---|
1 | 147 | |
66 | 25,720 | |
- | 3.7% | |
0.0 | 8.9 | |
over 2 years ago | 4 days ago | |
Rust | Rust | |
GNU General Public License v3.0 or later | MIT License |
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.
benchmarksgame-rs
-
A zero-overhead linked list in Rust
Ho, I've done the same thing a long time ago! https://github.com/TeXitoi/benchmarksgame-rs/blob/master/src/meteor_contest.rs#L32-L57
Rustlings
- can i pick up Rust in one week ?
-
Hey Rustaceans! Got a question? Ask here! (27/2022)!
Maybe rustlings?
-
Best cours(es) to learn the Rust?
The exercises of Rustlings are perfect for this case I think. They go through all the Rust-specific syntax and programming patterns from basic to advanced following the curriculum of The (official) Book without wasting time to explain general programming concepts that you are already familiar with form other languages.
- Rust 1.62.0
- Resources to learn rust
-
Why is rust so difficult to learn?
Officialhttps://www.youtube.com/watch?v=rAl-9HwD858&list=PLqbS7AVVErFiWDOAVrPt7aYmnuuOLYvOa The official rust book Rust by example The rust docs Rustlings the most fun way imo
-
Course that help to choose a career path/specialization?
For example, you could build a small Python web app using FastAPI. Or, you could try doing some data science challenges on Kraggle. Or, perhaps you could experiment with Rust, a low-level language that's not quite as beginner-friendly as Python, but has better performance (take a look at Rustlings, a series of bite-size exercises).
-
I want to start learning rust
Rustlings provides some great exercises walking through the concepts: https://github.com/rust-lang/rustlings
- Gopherlings: 📘️Learn Go by fixing tiny incorrect programs
What are some alternatives?
rust-koans - Koans for the Rust programming language
rust-by-example - Learn Rust with examples (Live code editor included)
rust-learning - A bunch of links to blog posts, articles, videos, etc for learning Rust
Exercism - Scala Exercises - Crowd-sourced code mentorship. Practice having thoughtful conversations about code.
book - The Rust Programming Language
ziglings - Learn the Zig programming language by fixing tiny broken programs.
rust.vim - Vim configuration for Rust.
Rust-Full-Stack - Rust projects here are easy to use. There are blog posts for them also.
rust-analyzer - A Rust compiler front-end for IDEs [Moved to: https://github.com/rust-lang/rust-analyzer]
redis-rs - Redis library for rust
Vcpkg - C++ Library Manager for Windows, Linux, and MacOS
too-many-lists - Learn Rust by writing Entirely Too Many linked lists