Hacker News new | ask | show | jobs
by tuxychandru 4110 days ago
I tried rust on this. https://github.com/tuxychandru/golang-challenge-rust/tree/ma...

It was shorter in LOC than my go version, mainly due to try!, but the lines themselves were longer. The one difference in correctness was that I forgot to close the files in Go, but RAII took care of it automatically in Rust.