229 private links
Excellent 😃
From a mediocre point of view, how can you get better and improve the rust code.
Even if you are mediocre and not lazy, then Rust shines by this example
It would be my goto for a window tile manager on Linux
the games can be programmed with a rust project:
https://github.com/boozook/playdate/releases/tag/2024.05.04
Describe a JSON structure
Idea : rewrite it as a rust command :)
dbg!
is a macro dedicated to display value at runtime execution.
It is the console.log of Rust in some ways.
Convert from a file format to another
A great starter for new rust projects.
From the video https://www.youtube.com/watch?v=oxx7MmN4Ib0
The UI is not directly tested but each element has a unique ID.
We can then check the state of each element to ensure they are correct.
Some insights on the rewrite
xpcom, xml crates, protocols and more.
All memory structs are grouped into one image.
In favor of Rust in embedded systems. We find the classic arguments 😃
At the recent Rust Nation UK conference, Lars Bergstrom, Director of Engineering at Google, dropped a bombshell: dev teams that have switched to Rust have seen their productivity double compared to those still using C++!
It takes developers 2 months to become comfortable with the language and 4 months to reach the productivity levels of C++.
See the diff of two crate versions directly in the browser. All is happening in the browser 😳