Rust Implementation of the Book Ray Tracing in One Weekend
Rust implementation of the book Ray Tracing in One Weekend - perliedman/raytracing-in-one-weekend... (more…)
Read more »Earlier this year, DeisLabs released Krustlet, a project to implement Kubelet
in Rust. 1 2 Kubelet is the component of Kubernetes that
runs on each node which is assigned Pods by the control plane and runs them on
its node. Krustlet defines a flexible API… Read more