1
2
3
4
5
//! This module contains all the macros that are used for
//! recursion

pub mod choose;
pub mod offer;