rustentia

Crates.iorustentia
lib.rsrustentia
version0.2.1
sourcesrc
created_at2023-05-06 16:59:50.386223
updated_at2023-05-06 18:05:33.934464
descriptionFlashcards app using egui and rusqlite.
homepagehttps://github.com/laurnidev/rustentia
repositoryhttps://github.com/laurnidev/rustentia
max_upload_size
id858632
size113,070
(laurnidev)

documentation

README

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.

Commit count: 49

cargo fmt