Crates.io | rustentia |
lib.rs | rustentia |
version | 0.2.1 |
source | src |
created_at | 2023-05-06 16:59:50.386223 |
updated_at | 2023-05-06 18:05:33.934464 |
description | Flashcards app using egui and rusqlite. |
homepage | https://github.com/laurnidev/rustentia |
repository | https://github.com/laurnidev/rustentia |
max_upload_size | |
id | 858632 |
size | 113,070 |
This is a flashcards application written in Rust with egui using rusqlite for making and managing the database.
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
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.