Crates.io | booklibrs |
lib.rs | booklibrs |
version | 1.1.9 |
source | src |
created_at | 2021-01-09 18:40:37.007167 |
updated_at | 2021-04-06 20:11:55.630166 |
description | Book libarary project including giveaway operations and gui interface. |
homepage | https://github.com/dinaraparanid/Library_rs |
repository | |
max_upload_size | |
id | 336964 |
size | 1,577,722 |
dinaraparanid (Follow me on github: https://github.com/dinaraparanid)
MIT or Apache-2.0
public: https://docs.rs/binartree/1.1.9/booklibrs/
private (whole project): go to librs/target/doc/booklibrs/all.html (click on it)
This is a project that aims to create a system for issuing books in libraries. The entire project is written in the Rust programming language using the fltk, chrono, and yaml_rust crates.
If you a windows user, you need to just press on run.bat, and programme'll start working.
If you are not windows user, than you need to install Rust compiler: https://www.rust-lang.org/tools/install C/C++ MVSC compiler (NOT MinGW!!!): https://visualstudio.microsoft.com/vs/features/cplusplus/ Git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git CMake: https://cmake.org/install/
After that you need to use your console, go to project direction, write "cargo run --release" and programme'll start working.
First of all you will see a table. It contains all readers in an ascending order and their reading status (book / start date / finish date) In main menu (on the left top corner) you will see 6 sub menus: "Readers", "Books", "Giveaway", "Restore", "Language", "Help".
Reader menu: contains all action that you can do with readers: Add, Remove, Change 1-st name, 2-nd name, mid. name, get information.
There are also 2 types of getting info: with books that reader is reading now and with all books that reader read
(all existing books in library, if you delete book, it will not be shown.)
All these action requires your input. But you can simply click on reader you need in main table and all needed action will be there
(except adding reader, that's can't handle without input)
Book menu:
Add books (if book in library, it'll add new books, else it'll create new books in library)
Remove book. You can remove only one book in this action. Requires number of book.
Remove all specific books. It'll remove all books with same title, author and amount of pages.
Change title, author, amount of pages. I think it'll be obvious.
Change book's location. You'll change cabinet and shelf where book is located. I don't know anything about your library, so I can't control your input
Get type book's information. As for reader, you'll get a window with info and all actions for it.
Get current book's information. You'll get info window about current book. Also you can change location (cabinet and shelf) of book.
List of all books by authors. Window with all books sorted by authors. Authors sorted by ascending.
List of all books.
Genres menu:
Giveaway menu is a menu for giving and returning books.
Restore menu:
In language menu you can choose language. My languages are Russian and English, so I don't add others, so I hope your english is not worse than mine :D
In Help menu you can read same things if you forgot something.
Full version with all decompiled files (recommend to download from here): https://drive.google.com/drive/u/0/folders/1mOTWStFbS_NS7iYs0uxS6MlT9jv8qZRf