Rust by itself is a great language, but what really makes it shine are its many great crates. The ecosystem around rust is one of the best there is, and its documentation is practically unrivalled. So lets look at some of those crates!
Actix-web is an amazing web server framework for rust. It's modular, easy to use, intuitive and fast.
It's also what lemmy is built on! So when you use this very site, you are using something build with actix!
Bevy is a code first game engine for rust, based on the ECS paradigm. It's incredibly refreshing and different from most other engines. It is also unbelievably modular, in fact, just about every part of the engine cam be removed or added as you please!
If you are every looking for something simple to play around, try bevy!
Serde is the go-to library for serialization and deserialisation in rust. Its derive macros make it a breeze to use, and there are countless crates supporting various formats with Serde!
A neat little crate for sending http(s) requests! It's also used in Lemmy, and just about anywhere else where someone needs to do get some
thing from an http(s) endpoint!
And this is far from all! Rust is a lovely language, with an even more amazing ecosystem!
As a reminder, be sure to properly give content warnings and put sensitive subjects behind proper spoiler tags. It's for the mental health of not just your comrades, but yourself as well.
Here is a screenshot of where to find the spoiler button.
I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming I hate programming
Anyway ive been programming a lot. I got the latest api version implemented, and im trying to make a gui client and i hate it. Im not supposed to write gui code ive decided. I can make the api bindings, i can make a framework to use, but i cant make a gui to save my life. I just want to make a trivial client to show off my api code, but noooo, cause every time i try to write gui code i end up so turned around. I can deal with thread safety headaches so easy but the gui THE GUI IS HURTING ME PLEASE GUI STOP HURTING ME!!!