|
|
|
|
|
by jansc
2305 days ago
|
|
Heh, I also released my first project in Rust yesterday. An ncurses gopher client. I probably missed many patterns and idioms as well. Starting with Rust is quite hard, even as an experienced developer. I spent hours "fighting" the compiler. Code available at https://github.com/jansc/ncgopher/ |
|
Can you identify any idioms or approaches that seem normal or natural in other languages, but which are problematic in Rust?