logoalt Hacker News

wongarsulast Thursday at 10:37 PM1 replyview on HN

'no real standard library' doesn't seem entirely fair. Rust has a huge standard library. What it does have is the policy to only include "mature" things with little expected API evolution in the standard libary, which leaves gaping holes where a json parser, a http client or a logging library should be. Those are all those defacto-standard-but-not-officially dependencies


Replies

NetMageSCWyesterday at 7:58 AM

Perhaps that’s just a sign Rust isn’t suitable for those type of projects.

show 1 reply