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
If you installed with cargo the executable will be in .cargo/bin.
.cargo/bin must either be in your PATH or you can run the program with
bash
cd ~/.cargo/bin
./rustentia
If you cloned the repository you run it with
bash
cd ./rustentia
cargo run
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.