This is a flashcards application written in Rust with egui using rusqlite for making and managing the database.
You can install from crates.io:
bash
cargo install rustentia
or by cloning this repository:
bash
git clone https://github.com/laurnidev/rustentia
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.