|
|
|
|
|
by bogeholm
1253 days ago
|
|
> Rust had a lot community content, but not a comprehensive stdlib; last checked 3-4 years ago Still the case now (depending on your definition of ‘comprehensive’ of course). It’s an explicit non-goal of Rust to include “everything” (eg. http, crypto, random numbers) in std because of the stability promises - you can’t make breaking changes to std unless you’re fixing a soundness issue AFAIR. |
|
A stdlib must not contain everything but a solid cryptography lib is probably a good idea.