1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
//! This module contains all the macros that are used for
//! the parametrisation on the name and number of
//! participants.
//!
//! They main ones are[`mpstthree::create_normal_role`] and
//! [`mpstthree::create_meshedchannels`]
//!
//! [`mpstthree::create_normal_role`]: ../macro.create_normal_role.html
//! [`mpstthree::create_meshedchannels`]: ../macro.create_meshedchannels.html

pub mod baking;
pub mod multiple;
pub mod name;
pub mod simple;