If you are on a linux distro and you want to obtain the Ctrl + C event before the process ends in...
The standard rust library does not support getting keyboard events in raw mode to capture keys...
Cybercriminals often don't have our passwords or tokens after a brute force decryption, but rather...
How to make a dynamic number counter so that when you press the up arrow, a number is added and when...
If you're looking for your first job as a Rust developer and are considering a project for your...
If you are on a GNU/Linux operating system, regardless of its distribution, and you are also...
In C, queues are elements that we can easily handle with pointers. In Rust, we have VecDeque included...
If you're using a GNU/Linux operating system and want to develop a system that requires the F1, F2,...
Making a menu and matching functions is easy logic. Now when we have several options to match we need...
Add a keyboard mannager for users inputs: cargo add k_board Add calculator logic inside the...
How to make a dynamic number counter so that when you press the up arrow, a number is added and when...
Today we'll be writing a working web API using an extremely simple HTTP library controlable from the...
Rust by default does not have a console management in pure raw mode. If you are looking for a way to...
In this article, I'm going to compare the efficiency of two powerful keyboard handlers in the Rust...
In this article I am going to show you how to make a dynamic menu in Rust. First of all, let's add a...
A week ago, I gave a technical test to a junior candidate who was applying to our company as a rust...
If you are studying your keyboard's behavior and want to know the hexadecimal value of the key event...
When it comes to selecting a programming language for your next project, the choices can be...
I used to use Termion for managing my dynamic menus, but the truth is that the crate's weight was too...