Rustentia
This is a flashcards application written in Rust with egui using rusqlite for making and managing the database.

Installation
You can install from crates.io:
or by cloning this repository:
If you installed with cargo the executable will be in .cargo/bin which must either be in your PATH or you can run the program with
If you cloned the repository you run it with
About
This is a practise project I made while learning programming and Rust, it hasn't been well tested and is missing quite a few features compared to other such applications.