Modules§
- flashcard
- Flash card realted abstractions.
Structs§
- Deck
- Deck is a storage of flash cards and files linked to them.
- File
Desc FileDescis a program file descriptor. It’s used to link files with flash cards and work with them dynamically.Vec<FileDesc>is calledstorage. In file system,storageis a directory with uniquely-named files, in other words, saved data provided by program file descriptors.