I want to get into Rust. What would you recommend to someone like me? My goto choice to learn a new programming language is to get something done with it.
But I don't know what would be the best project for learning rust? Something low level like sockets/networking? Or something totally different?
Here's a good project to work through: https://github.com/danielabrozzoni/btc-azores-bdk-demo
It's a multiparty Bitcoin signing thing using taproot and lightning.
In general to learn Rust, the official resources are how I did it: https://www.rust-lang.org/learn
reply