2 releases
| 0.1.1 | Sep 6, 2021 |
|---|---|
| 0.1.0 | Sep 5, 2021 |
#295 in #list
14KB
174 lines
DATA_STRUCTURES
Content:
- Dictionary
- a list of key-data pairs
Dictionary
Explanation:
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.
Turtorial:
comming soon...
lib.rs:
data structures
data_structures is a collection of data structures.
That containing as much structures for any kind of data as possible.