macro_rules! ini_file { {$($data: expr),+} => { ... }; }
use ini_lib::ini_file; println!("{:#?}",ini_file!("test.ini"));