mpstthree 0.1.17

A library implementing Multiparty Session Types for 2 or more participants
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod baking_message_mod;

// Tests for baking_mod with more than three participants
#[test]
fn macro_baking() {
    // Macro multi choice with macro of macro and message struct
    baking_message_mod::macro_multi_recursion_message::new_run_usecase_recursive();

    // Macro multi choice with macro of macro and message struct and optional payload
    baking_message_mod::macro_multi_recursion_message_option::new_run_usecase_recursive();
}