Hacker News new | ask | show | jobs
by aewens 2264 days ago
If this was made for the context of learning Rust, wouldn't it help to have the README explaining the code or at the very least have comments in the code showing what is going on and why for those who are new to Rust and trying to learn / understand it?
1 comments

Maybe.

It does look like pretty easy to understand code though, which can be quite educational coming into a new language.

You'd probably need to understand AVL trees fairly well first, but there should be quite a few who do.