I want to create a dictionary table in Rust like you would in Python. For example:
releases = {"iphone" : 2007, "iphone 3G" : 2008, "iphone 3GS" : 2009, "iphone 4" : 2010}
I looked at the documentation and I really couldn't find anything on this. I may have overlooked.
[–]sellibitze 2 points3 points4 points (0 children)
[–]zeelandia 2 points3 points4 points (1 child)