Tracking Trust with Rust in the Kernel

The Linux kernel has to handle many different sources of data that should not be trusted: user […]… Read more

Similar

Type-Level Programming in Rust

I show how two domain-specific type systems, information flow control and two-party communication protocols, can be implemented in Rust using type-level programming. I explain how interesting properties of these domains can be verified at compile-time. Fi... (more…)

Read more »