Last year, I rewrote Enjarify in Go and Rust in order to learn more about the languages and compare the difficulty, verbosity, performance…...
Read more »
There's a new security-oriented Linux for containers in town from Amazon and its name is Bottlerocket. Instead of being built almost entirely in C, it includes many components written in Rust. (more…)
Read more »
Haskell and Rust both support asynchronous programming. Haskell includes a feature called async exceptions, which allow cancelling threads, but they come at a cost. See how Rust does the same job, and the relative trade-offs of each approach. (more…)
Read more »
In a previous post, I tried to provide a general overview of the workrequired to implement a full-featured GUI toolkit. Spoiler: there’s quitea bit of it. (more…)
Read more »
A curated list of Rust code and resources that do NOT exist yet, but would be beneficial to the Rust community. - not-yet-awesome-rust/not-yet-awesome-rust... (more…)
Read more »