How Rust is tested

Rust is a systems programming language with massive ambitions. It is
designed for creating the most reliable software, from the tiniest
embedded systems to multi-million line behemoths, and its users need
to have confidence that it is fit for purpose. Read more

Similar

It’s Raining Rust at Red Hat

I know it's been a while since I've put out a post and mostly because I'm trying to learn amazing things and get my hands dirty, trying to build solutions that actually make sense. One such pet-project has been Rust, probably the fastest growing systems l... (more…)

Read more »

A fast port scanner in 100 lines of Rust

To write a fast port scanner, a programming language requires: A Good I/O model, not to eat all the resources of the system. High-level abstractions and a good packaging system to isolate low-level code and reuse it easily. To be type and memory safe, be... (more…)

Read more »