@Malix_Labs@antonvputra He should have compared Gnet with Tokio.
Gnet is a low level networking library, while Axum is a web framework built on Hyper which was built on Tokio
@_kant01 He should have compared Gnet with Tokio.
Gnet is a low level networking library, while Axum is a web framework built on Hyper which was built on Tokio
Hey Devs 🧑💻
You'd find this interesting if you're into Rust 🦀
I've made a video on how to benchmark Rust code with Criterion
It really helps in understanding where your code can be optimized for better performance 📈
🔗 Link in reply
Guys, you can start your year with some Rust content
Here's a tutorial on how you can test your asynchronous Rust programs
This also covers
- how to get the state of an asynchronous function (pending or ready)
- how to work with timeouts and intervals
https://t.co/gbMvboTHUb
Today I woke up with a BIG surprise! ���️
Today #raylib is the most popular open source Game Engine! 🤯
A simple C library.
In year 2024.
I can't wait for 2025! 🚀
Source: https://t.co/n4KOGNv2z4
Looking for a simple way to manage your Linux system?
This TUI is your friend 🤝
🛠️ linutil: A distro-agnostic toolbox designed to simplify everyday Linux tasks
🚀 Set up applications and optimize your system easily.
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://t.co/8In9tgT3CI
#rustlang #ratatui #tui #linux #toolbox #utility #helper #commandline #system #tool
Finally we can play many games in the terminal! 🙏
All thanks to:
🎮 Plastic: A NES emulator that runs in your terminal.
🔥 Supports loading ROMS, saving/loading state, PS4 controller and more!
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://t.co/iQ6TIkA9wY
#rustlang #ratatui #tui #nes #game #emulator #terminal #rom #nintendo #gaming
Hey guys 👋
Here's a 2-hour beginner course for Rust programming 🦀. I ended the tutorial by building this tic-tac-toe game which you can play against the computer.
I hope you love it.
YouTube Link 🔗 https://t.co/jIX7Ew9UHj
#rust
Explore the concept of lifetimes in Rust through simple examples and learn how they help maintain safe memory management in your Rust projects.
{ author: @cudidotdev } #DEVCommunity#RustLang
https://t.co/dAqRSnB9p2
Dive into Rust's ownership model. Discover how it manages memory with stack and heap, ensuring safety and efficiency. Great read for devs!
{ author: @cudidotdev } #DEVCommunity#RustLang
https://t.co/sStJ50Ya2B
Hey Rust devs, I've created a YouTube video that offers a thorough explanation of Ownership in Rust. You can check it out when you have the chance.
Thanks 🙏
https://t.co/pHsNbUAaTC
Hey devs, if you're working with Rust, I've created a YouTube video that offers a thorough explanation of Ownership in Rust. You can check it out when you have the chance.
Thanks 🙏
https://t.co/pHsNbUAaTC
Exploring Rust number types: integers (signed & unsigned) and floats, with keen insights on handling sign, size, & default assignment.
{ author: @cudidotdev } #DEVCommunity#RustLang
https://t.co/8K4P1B3LWm