2023-06-07 15:19:11 -07:00
|
|
|
## Loading Spinners
|
2023-06-06 21:12:41 -07:00
|
|
|
|
2023-06-07 15:19:11 -07:00
|
|
|
Example implementation of animated indeterminate loading spinners.
|
2023-06-06 21:12:41 -07:00
|
|
|
|
|
|
|
|
You can run it with `cargo run`:
|
|
|
|
|
```
|
2023-06-07 15:19:11 -07:00
|
|
|
cargo run --package loading_spinners
|
2023-06-06 21:12:41 -07:00
|
|
|
```
|