Simple (yet useful) project to start with could be a basic csv parser
4 months ago | 1
How about a CLI program? I recently rewrote a python CLI program to Rust. The clap crate is amazing for parsing CLI args.
4 months ago | 9
Does Rust have a HTML parser library? Then a simple text browser (a la Lynx) would be a nice project (and one that surely hilights Rusts memory management patterns quite well).
4 months ago | 1
I think a weather app would be a good and useful thing, something simple like `weather <country/city>`
4 months ago | 0
I think we should first complete 60 - 70 % rust then we should be moving to the projects
4 months ago | 0
How about WEB projects with rust? for example with leptos and axum frameworks, considering rust performance. Focusing on UI styling or frontend alone also seems good.
4 months ago | 0
Maybe something around python? Unittests, attrs, graphQL. I would really love to see some advanced stuff here
4 months ago | 0
Bro why are u skipping the other 70% just cause some devs didnt like the project? I dont think you should do that. Cover the other 70% of the basics so people arent waiting around or scrambling to put things together, THEN do what you’re saying. Otherwise thats gonna be disorganized
4 months ago | 0
Rustfully
Hello, everyone!
TL;DR:
In about 5 videos, we’ll finally start creating some projects in Rust!
LONG VERSION:
I just wanted to make a short post about what to expect next on this channel. So far, we’ve been learning the basics of the Rust language, and I’d say we’ve covered about 20–30% of what you need to know to start coding naturally in Rust. However, up until now, we haven’t really created any projects (except for the very first project I copied from the Rust book—which got me roasted on YouTube because experienced devs hated that project).
So, what I’m going to do next is skip ahead a bit in the book and cover error handling in Rust, because that’s really all we’re missing to get started with creating projects. Then I can start introducing projects alongside the rest of the series!
If you have any ideas for fun beginner projects that are more Rust-oriented, I’d be grateful to hear them—all suggestions are welcome!
4 months ago | [YT] | 115