Hashmaps in rust

How to convert csv record into as key and value hashmap

You can use the csv crate to loop over records in your csv file, and add them to the hash map in that loop. Can you tell a bit more about how the csv file looks?

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.