←back to thread

203 points amazonhut | 1 comments | | HN request time: 0.2s | source
Show context
Charon77 ◴[] No.45248010[source]
Absolutely love how readable the entire project is
replies(3): >>45248035 #>>45248141 #>>45248297 #
1. emporas ◴[] No.45248141[source]
It is very procedural/object oriented. This is not considered good Rust practice. Iterators make it more functional, which is better, more succinct that is, and enums more algebraic. But it's totally fine for a thought experiment.