Talks
Events

Rust for Safer Protocol Development

Vivian Band at RustFest Global 2020

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/