|
|
|
|
|
by mayama
52 days ago
|
|
You can write simple http server or rest client with stdlib in Go. No need to include tokio, serde and hundred other cargos which constantly break things. I have apps written in Go more than a decade ago work the same now with recent version of Go. Where as, I had issues with getting few year old github apps in rust compiling and working in rust. |
|
To me a rich stdlib is not a selling point. Both ecosystems have a ton of very high-quality libraries.