Associative Array in rust

Hello everyone, does rust have a data structure that works like PHP associative Array or JavaScript Objects

You're probably looking for HashMap.

3 Likes

Or BTreeMap, depending on your exact needs.

1 Like

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.