Deis Labs has released Krustlet, an open-source Kubernetes kubelet written in Rust to run web assembly workloads within Kubernetes. Krustlet initial version is functional to run an essential workload as it doesn't have support for features like pod events... (more…)
Read more »
I show how to use heterogeneous lists and traits to implement a type-safe printf in Rust. These mechanisms can ensure that two variadic argument lists share important properties, like the number of format string holes matches the number of printf argument... (more…)
Read more »
An impish, cross-platform binary parsing crate, written in Rust - m4b/goblin... (more…)
Read more »
The zip crate is the most commonly used
Rust library for manipulating ZIP archives. It supports reading and writing
.zip files with different compression methods (store, deflate, bzip2).
There are at least three crates for LZMA (de)compression on crates.i...
Read more »
A few weeks ago I posted a blog entry about stuff I've been
building to compile Rust code for .NET. (more…)
Read more »