In this repository, you can find various protocols specified with Session Types.
This repository is divided in 3 folders:
- Pdf: contains the protocols using standard "Session type" syntax
- NuScr: contains the protocols in NuScr format
- Rust: a reference implementation of the protocols in Rust (using the Rumpsteak framework)
- Baseline: a reference implementation of the protocols in Rust (using
mpsc
channels from the standard library)