Crates.io | flash-client |
lib.rs | flash-client |
version | 0.1.0 |
source | src |
created_at | 2022-09-26 23:35:35.278063 |
updated_at | 2022-09-26 23:35:35.278063 |
description | A TUI application for studying with flash cards. |
homepage | |
repository | https://github.com/Peter-Lande/flash-client |
max_upload_size | |
id | 674588 |
size | 97,583 |
A pure Rust TUI for making, using, and sharing flash cards. Flash aims to be a simplistic and useful study tool. This is my first major project in Rust and any feedback would be greatly appreciated. Happy studying!
Currently, Flash can only be installed via cargo using the command,
First, install Rust (using the recommended rustup
installation method) and then
cargo install flash-client
This method will build the binary from source.
To update, run the same command again.
Simply run the binary flash-client
.
Currently, I am using this application for my learning and will not accept PRs. If you happen to find a bug, please make a issue and I will address it as soon as possible.