throbber-widgets-tui 0.7.0

This is a ratatui widget that displays throbber.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
set -eux

ROOTDIR=$(cd "$(dirname "$0")" && pwd)

"$ROOTDIR/tools/check_readme.sh"
cargo audit
cargo fmt
cargo clippy
cargo test
cargo doc
cargo run --example demo