An egui
app for recommending movies.
See MVP milestone.
cargo run --release
Crates:
./src
(to be changed?): Entry point of egui app./lib
(to be changed?): Hot module of egui app (basically everything)
- rust
cargo-watch
(if you want hot-reloading)
To run with hot-reloading enabled
cargo watch -w lib -x "build -p lib" &
cargo run --features reload
Or just normal mode
cargo run