[][src]Function fut::create_store_map

pub fn create_store_map() -> HashMap<String, Vec<String>>

The expected HashMap that fut exposes. Reading from CSVs or textfiles can often have duplicates. So here we ensure that we can store all duplicates.