What do or are your thoughts on Rust? Please share in the comments below. The most liked comment will be featured in my next Blog.
See You Later,
Bye
P.S This one and the last one are in different series, as is the Python one.
What do or are your thoughts on Rust? Please share in the comments below. The most liked comment will be featured in my next Blog.
See You Later,
Bye
P.S This one and the last one are in different series, as is the Python one.
For further actions, you may consider blocking this person and/or reporting abuse
Alisher Fayziyev -
Gustavo Charalla -
Saeed Niyabati -
Omar Faruque Shamim -
Top comments (1)
Rust is generally really nice to write, error handling and enums are incredible but the async story is a nightmare. For me it would be near perfect if you could call async functions from sync functions like in Zig or Go. Or there was at least an official Async executor maintained by the Rust maintainers themselves. For now, Go is my favourite but when you want to go low level like with SIMD for example it isn’t as nice as Rust. For like 99% of use cases Go is just easier.