Wonderd about a Shell in Rust

So I had made a shell using rust about this it started initially as a codecrafters challenge but made some tweaks and customisation and added some extra feature it's one of my first biggest project made in rust took about 3 weeks to complete it has some limitations obviously as I am not a geniuses but would love to take some reviews about this project you can see it's code and it's features from here

https://github.com/Halloloid/hallo\_shell

And forgot the name of the shell is halloShell the name is originated from my GitHub username

reddit.com
u/CompleteNetwork9168 — 3 days ago
▲ 56 r/learnrust+1 crossposts

Wonderd about a Shell in Rust

So I had made a shell using rust about this it started initially as a codecrafters challenge but made some tweaks and customisation and added some extra feature it's one of my first biggest project made in rust took about 3 weeks to complete it has some limitations obviously as I am not a geniuses but would love to take some reviews about this project you can see it's code and it's features from here

https://github.com/Halloloid/hallo\_shell

And forgot the name of the shell is halloShell the name is originated from my GitHub username

u/CompleteNetwork9168 — 3 days ago
▲ 8 r/Animey

Guess the Characters [ART]

The artist has been lost I think he was very bored he drew it in my table

u/CompleteNetwork9168 — 20 days ago
▲ 38 r/rust

Hi all,

I’m currently learning Rust and want to go beyond exercises and toy problems by working on something real.

I’ve already built a Medium-style blogging platform with a Node.js/Express backend. It includes things like Redis caching, background jobs (for syncing view counts), OAuth 2.0 authentication, and media handling via Cloudinary. The system is live and working well.

Instead of starting a fresh Rust project, I’m considering rebuilding the backend using Axum + Tokio as a way to deeply understand async Rust in a real-world scenario.

My goal isn’t to fix performance issues — it’s to learn how Rust handles:

  • async execution and concurrency
  • state management in a web server
  • error handling compared to Node.js
  • structuring a production-style backend

A few things I’m unsure about:

  • Is rewriting an existing, working project a good way to learn Rust, or would starting from scratch be more effective?
  • For those who’ve used Axum, are there any gotchas when coming from an Express/Node.js background?
  • How different (or difficult) is async Rust compared to async/await in JavaScript in practice?
  • Would you recommend rethinking the architecture entirely, or trying a closer “translation” first and iterating?

For reference:

Would really appreciate honest feedback — even if the answer is this approach isn’t worth it.

Thanks!

reddit.com
u/CompleteNetwork9168 — 2 months ago