Macro export_list

Source
macro_rules! export_list {
    [$($item:expr,)*] => { ... };
    [$($item:expr),*] => { ... };
}