Testing is a cheap, easy way to find bugs. Learn how to write doctests, black- and white-box tests, helpers, fuzz testing and more to test your Rust code. (more…)
Read more »
Rust color scales library. Contribute to mazznoer/colorgrad-rs development by creating an account on GitHub. (more…)
Read more »
Back in 2009, Jackpot51 wrote SollerOS, which was a tiny operating system which was simply a hobby project of his to learn OS development. It was a tiny kernel written in Assembly, which could print text to the screen.
Read more »
It is possible to add support for a new OS to the Rust compiler's stable channel without rebuilding everything, enabling libstd support for entirely new operating systems. (more…)
Read more »
Thanks much to João Guilherme Araújo for hi and bye in Portuguese! https://twitter.com/_joaogui1Source code (including some code from others): https://github... (more…)
Read more »