Why would you think so? Rust provide better type system and abstraction mechanisms compared to Go, hence equivalent system should have less lines of code, at least in from my experience.
Considering every other line of Go is `if err != nil`, this makes sense. I do prefer Go's simplicity, personally.
Considering every other line of Go is `if err != nil`, this makes sense. I do prefer Go's simplicity, personally.