I Used Rust and Lunatic to Build a TelNet Chat Server with WebAssembly
This post describes how I leveraged Rust, WebAssembly and Lunatic to build a telnet chat server. (more…)
Read more »
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… Read more