At the moment, to import flatdata in rust, we need to write: ```rust #[macro_use] extern crate flatdata ``` * We should try to remove this requirement. * Also, nightly compiler fails due to missing `flatdata_intersperse` macro.