A GUI app made with Iced
This repository has been archived on 2023年12月20日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- Rust 100%
| src | Update imports for lib | |
| .env | Add files | |
| .gitignore | Initial commit | |
| Cargo.lock | Use human friendly timestamps | |
| Cargo.toml | Use human friendly timestamps | |
| LICENSE | Add License | |
| README.md | Added edit feature | |
GUI App to interact with Actix server
This is a GUI app to interact with my Actix Server Test. It is made with the Iced GUI Framework.
To-do
- Toast messages on error
- Buttons with icons
- Search feature
- Theming
Building
First, follow the instructions at Actix Server Test and start the server.
Then compile and run the app.
cargo run