Comment by CooCooCaCha
3 months ago
It’s also a pleasant language to work in. I love that everything is an expression, I love match statements, I love that structs and enums are full powered, etc.
3 months ago
It’s also a pleasant language to work in. I love that everything is an expression, I love match statements, I love that structs and enums are full powered, etc.
> It’s also a pleasant language to work in
I know, practically self-documenting code!
https://github.com/tokio-rs/tokio/blob/tokio-1.45.0/examples...
I'm not trying to pick on tokio, it was just a public link demonstrating that the syntax can get to be a bit much
Of all the examples of crazy Rust code you could have picked, you chose that one?
Is adding ‘a really too much for you?