3 unstable releases
0.2.1 | May 6, 2023 |
---|---|
0.2.0 | May 6, 2023 |
0.1.0 | May 6, 2023 |
#2356 in Database interfaces
22 downloads per month
43KB
993 lines
Rustentia
This is a flashcards application written in Rust with egui using rusqlite for making and managing the database.
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.
Dependencies
~31–48MB
~838K SLoC