trs_dataframe

Macro dataframe

Source
macro_rules! dataframe {
    ($($everything:tt)*) => { ... };
}