The Safety Boat: Kubernetes and Rust

Our team, DeisLabs, recently released a new piece of software called Krustlet, which is a tool for running WebAssembly modules on the popular, open-source container management tool called Kubernetes. Kubernetes is used quite extensively to run cloud softw… Read more

Similar

Calling a C function from Rust

Today I went to a Rust meetup. I had some ideas of what I might work on, but I’ve started to try and be more open to random nerdsnipes and discussions at these things. Here’s something I was thinking about and a little experiment that was an equally littl... (more…)

Read more »

24 days of Rust – app_dirs and preferences

Today we're going to take a brief look at two crates from the same author - Andy Barron. The first of them is app_dirs - a useful library to find platform-dependent directories, such as application configuration, data directory or cache. The second crate ...

Read more »