data_structures_SD

Crates.iodata_structures_SD
lib.rsdata_structures_SD
version0.1.1
sourcesrc
created_at2021-09-05 00:12:48.782494
updated_at2021-09-06 10:32:20.286443
descriptionThis is a collection of data structures. In other words a collection of ways to handle your data in your code and/or program.
homepage
repositoryhttps://github.com/SnefDenGames/data_structures
max_upload_size
id446994
size13,824
(SnefDenGames)

documentation

README

DATA_STRUCTURES

Content:


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...

Commit count: 9

cargo fmt