Feel like everyone’s been telling me it’s the best thing since sliced bread. I’m just a hobbyist with like a single big project I’m maintaining but I’m starting to hate the code and idk maybe I should rewrite it in rust. Idk
Feel like everyone’s been telling me it’s the best thing since sliced bread. I’m just a hobbyist with like a single big project I’m maintaining but I’m starting to hate the code and idk maybe I should rewrite it in rust. Idk
It doesn’t really need it. I’m sorry for giving the impression that it’s some performance critical application lol.
It’s just a simple web app backend with a db. Oh and the front end desktop version I wanna build will use tauri (because I hate the thought of bundling a browser) so that’s another reason to learn rust.
I guess I just kinda want to make things minimal in the resources they use. Because that’s just neat :D
Well if you want to use minimal resources, get Beej’s Guide to Network Programming (I highly recommend it for anyone tinkering with sockets in C/C++) and write it in C!