| Crates.io | data_structures_SD |
| lib.rs | data_structures_SD |
| version | 0.1.1 |
| created_at | 2021-09-05 00:12:48.782494+00 |
| updated_at | 2021-09-06 10:32:20.286443+00 |
| description | This is a collection of data structures. In other words a collection of ways to handle your data in your code and/or program. |
| homepage | |
| repository | https://github.com/SnefDenGames/data_structures |
| max_upload_size | |
| id | 446994 |
| size | 13,824 |
The Dictionary is a data structur, that is containing key-data pairs. That means, that you need the key of the pair to get the data. Like you look in a dictonary for the translation of bottle (key) in german. In this example the return value (data) would be the word Flasche.
comming soon...