|
|
|
|
|
by the_mitsuhiko
3400 days ago
|
|
My biggest and probably only real frustrating with Rust is that modules and crates live in the same namespace. That makes stuff incredibly confusing to teach and read. I can otherwise live with the explicit extern/mod if needed. |
|