youtube image
From YouTube: Vivian Band - Rust for Safer Protocol Development — RustFest Global 2020

Description

The Rust philosophy is to use the type system to catch program design flaws at compile time. We aim to do the same for network protocols: we generate a typed model of protocol data, from which we can automatically generate protocol parsers in Rust, and can use these to validate the protocol design.

More at https://rustfest.global/session/11-rust-for-safer-protocol-development/