throbber-widgets-tui 0.11.0

This is a ratatui widget that displays throbber.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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 --no-default-features --example no_std_demo
cargo run --example demo