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 »
This process is automatic. Your browser will redirect to your requested content shortly. (more…)
Read more »
Like most programming languages, Rust encourages the programmer to handle
errors in a particular way. Generally speaking, error handling is divided into
two broad categories: exceptions and return values. Rust opts for return
values. (more…)
Read more »
Brew(ster) code editor. Contribute to cbrewster/brewcode development by creating an account on GitHub. (more…)
Read more »
lettre is a library to send emails over
SMTP from our Rust applications. Like many other crates in the growing,
but still young Rust ecosystem, it is still a work in progress. But while
there are a few features missing from lettre, we can send some emails...
Read more »