this post was submitted on 21 Dec 2024
18 points (95.0% liked)

Rust Programming

8234 readers
37 users here now

founded 5 years ago
MODERATORS
 

Hello,

I have started learning Rust. I have only made a fibonaci series program so far but I would make more complex program as I progress in learning Rust :D

you are viewing a single comment's thread
view the rest of the comments
[–] Azzk1kr@feddit.nl 2 points 9 hours ago

My first non-trivial program in Rust was a Markov chain. Right now I'm trying to build a REST API with Actix and a Mongo database. So far it has been an interesting experience.