@bf1b0fad @04022626 The standard library is anemic:
Maybe just check out the situation with cryptographic functionality like random number generators in the standard libraries of other languages. The standard library should only contain what will not change (because of backwards compatibility).
Often, cryptographic methods can't be proven to be safe, they are only safe until someone proves otherwise or computer power gets exponentially higher. This makes them change every couple of years.
@bf1b0fad @04022626 Async is hard:
We had such a discussion in the last days after the (technically inaccurate) post "Async Rust is a bad programming language". See community responses :)
Reducing Rust to IoT, Security and Webassembly is also very ignorant. Rust is a general purpose language that you can use as low level as you want.
Here is a technically better article, but this time against Go:
https://fasterthanli.me/articles/lies-we-tell-ourselves-to-keep-using-golang