rustentia 0.2.1

Flashcards app using egui and rusqlite.
Documentation

Rustentia

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

rustentia

Installation

You can install from crates.io:

cargo install rustentia

or by cloning this repository:

git clone https://github.com/laurnidev/rustentia

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

cd ~/.cargo/bin
./rustentia

If you cloned the repository you run it with

cd ./rustentia
cargo run

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.