crappylinkedlists
Rustlings
Our great sponsors
crappylinkedlists | Rustlings | |
---|---|---|
1 | 175 | |
1 | 28,571 | |
- | 10.7% | |
0.0 | 9.6 | |
over 2 years ago | 2 days ago | |
Rust | Rust | |
BSD 2-clause "Simplified" License | 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.
crappylinkedlists
-
How Long Should It Take A Beginner To Learn Rust and Build Projects?
My take is here, I learned by creating this repo: https://github.com/deavid/crappylinkedlists
Rustlings
-
Advices to learn Rust
You might give (Rustlings)[https://github.com/rust-lang/rustlings] a try. I think it would refresh your memory pretty well, and if you have more trouble than you expect with a given section then you can go back to the Rust book to review the material.
-
Ask HN: Who is using C++ as the main language for new project?
I am a developer who has never worked on C++ but want to get into it full time, I did C in college, Java for the first few years in my career then Python and now exclusively Go.
When I pick up new languages and I did that for a bit with Rust, I read a bit then code a bit and found https://github.com/rust-lang/rustlings very helpful. Is there an equivalent for C++? What would be the top resource to get started on modern C++? Thanks in advance.
-
Just a little question, can Bevy be used as a way for a beginner to learn Rust in general? also how much should I know before I start messing with Bevy?
I was doing the "rustling" tuto from Rust and followed a Bevy tuto in parallel. Some rust to start a session than Bevy.
-
Where to learn Rust?
Go for the book + https://github.com/rust-lang/rustlings at same time :) give the theory and pratical examples.
-
rust-analyzer VSCode extension only supports Cargo projects, and doesn't provide intellisense for single rust files
You might be able to create a single leetcode project and have a module for each solution, like how rustlings is structured.
-
Resources for learning rust aimed at a beginner programmer?
First, start with the Rust Book and then complete the rustling exercises.
-
Where can i practice rust??
I'm new and not used it yet, but I've bookmarked this repo filled with rust related exercises: https://github.com/rust-lang/rustlings
-
Lack Imagination to build own projects
Also on my to do wishlist: Rustlings "Small exercises to get you used to reading and writing Rust code!".
What are some alternatives?
rust-koans - Koans for the Rust programming language
rust-by-example - Learn Rust with examples (Live code editor included)
Exercism - Scala Exercises - Crowd-sourced code mentorship. Practice having thoughtful conversations about code.
rust-learning - A bunch of links to blog posts, articles, videos, etc for learning Rust
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
too-many-lists - Learn Rust by writing Entirely Too Many linked lists
Vcpkg - C++ Library Manager for Windows, Linux, and MacOS