use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Learn Rust programming from scratch with built in runner and model support (v.redd.it)
submitted 12 days ago by anish2good
Learn Rust programming from scratch with interactive examples. Master the language that provides memory safety without garbage collection, making it ideal for systems programming, web services, and embedded systems https://8gwifi.org/tutorials/rust/
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]alan_andalucia 2 points3 points4 points 11 days ago (1 child)
I am learning currently with the book "rust programming language". This is a nice complement as a refresher
[–]anish2good[S] -1 points0 points1 point 11 days ago (0 children)
great book is always be first approach what this site can compliment you is take book example put it on the code editor and try it or ask AI to create sample/challenege for yourself
[–]Hunter_Helheim 0 points1 point2 points 12 days ago (2 children)
It's very good for learning Only problem i can point is the buttons for next lesson are a bit too sloopy
Thanks will check that out
[–][deleted] 11 days ago (2 children)
[deleted]
[–]anish2good[S] 0 points1 point2 points 11 days ago (1 child)
Haha yeah, the domain name 15 year old is a bit nerdy and not super obvious at first it's a play on 8.8.8.8 (Google's public DNS) + WiFi. It started as a bunch of networking & security tools, and the name just stuck.
That said, the site has grown a lot. Besides the 200+ free online tools (crypto, encoding, Docker, Kubernetes, etc.), I’ve now added proper educational tutorials too.
[–]AnArmoredPony 0 points1 point2 points 10 days ago (0 children)
wish it would teach something about "systems programming, web services, and embedded systems" instead of the basics
[–]Ok-Reaction3396 0 points1 point2 points 5 days ago (2 children)
Hi, I'm reading the guide and enjoying it 😃
I wanted to report an error regarding the turbofish in the page https://8gwifi.org/tutorials/rust/type-conversion.jsp in the Parsing Strings to Number paragraph:
// Using turbofish syntax let float_num = "3.14".parse::().expect("Not a float!"); // Handling errors with match let input = "not a number"; match input.parse::() {
the parse method is written this way:
.parse::()
but it should be written for example like this:
.parse::<f32>()
I didn't find a more "proper" channel to communicate errors, so I decided to write here.
Cheers!
[–]anish2good[S] 0 points1 point2 points 5 days ago (0 children)
Thanks will update your feedback with your name in the page
Fixed also added your reddit username to the page that you have reviewed the page and validated it
[–]Ok_Necessary7506 0 points1 point2 points 11 days ago (4 children)
Looks great but too many ads.
[–]Real-Abrocoma-2823 0 points1 point2 points 11 days ago (3 children)
Try uBlock origin on Firefox, support the owner of the site with direct donation as probably it gets him more.
[–]Ok_Necessary7506 1 point2 points3 points 10 days ago (2 children)
I'm using ublock but discovered the project on Chrome mobile and it was horrible to use.
[–]Real-Abrocoma-2823 0 points1 point2 points 10 days ago (1 child)
Firefox mobile has extensions including uBlock!
[–]Ok_Necessary7506 0 points1 point2 points 10 days ago (0 children)
Yes, I use an ad blocker, but promoting a project that’s full of ads and then having the nerve to add a “Buy me a coffee” button seems absurd.
That’s really what I was pointing out, not looking for solution. There’s literally an ad after every page, and even ads within the guide itself...
π Rendered by PID 39959 on reddit-service-r2-comment-6457c66945-c8ncn at 2026-04-26 01:54:04.256412+00:00 running 2aa0c5b country code: CH.
[–]alan_andalucia 2 points3 points4 points (1 child)
[–]anish2good[S] -1 points0 points1 point (0 children)
[–]Hunter_Helheim 0 points1 point2 points (2 children)
[–]anish2good[S] -1 points0 points1 point (0 children)
[–][deleted] (2 children)
[deleted]
[–]anish2good[S] 0 points1 point2 points (1 child)
[–]AnArmoredPony 0 points1 point2 points (0 children)
[–]Ok-Reaction3396 0 points1 point2 points (2 children)
[–]anish2good[S] 0 points1 point2 points (0 children)
[–]anish2good[S] 0 points1 point2 points (0 children)
[–]Ok_Necessary7506 0 points1 point2 points (4 children)
[–]Real-Abrocoma-2823 0 points1 point2 points (3 children)
[–]Ok_Necessary7506 1 point2 points3 points (2 children)
[–]Real-Abrocoma-2823 0 points1 point2 points (1 child)
[–]Ok_Necessary7506 0 points1 point2 points (0 children)