|
|
|
|
|
by gwbas1c
2095 days ago
|
|
I wrote this as my first Rust program, ever. It was mostly copy and paste, and involves an https server running on localhost. https://github.com/GWBasic/open_links I spent a few hours reading the book, but it didn't sink in. I will be honest, though: Rust is still very challenging for me. The learning curve is extremely steep. Perhaps it's because Rust makes some things easy, at the expense of what automatic memory management and runtime type metadata make easy? |
|