From 1b6a04ca5504955c571d1c97504fb45ea0befee4 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 8 Jan 2024 01:21:28 +0400 Subject: Initial vendor packages Signed-off-by: Valentin Popov --- vendor/indicatif/README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 vendor/indicatif/README.md (limited to 'vendor/indicatif/README.md') diff --git a/vendor/indicatif/README.md b/vendor/indicatif/README.md new file mode 100644 index 0000000..3fde30b --- /dev/null +++ b/vendor/indicatif/README.md @@ -0,0 +1,30 @@ +# indicatif + +[![Documentation](https://docs.rs/indicatif/badge.svg)](https://docs.rs/indicatif/) +[![Crates.io](https://img.shields.io/crates/v/indicatif.svg)](https://crates.io/crates/indicatif) +[![Build status](https://github.com/console-rs/indicatif/workflows/CI/badge.svg)](https://github.com/console-rs/indicatif/actions/workflows/rust.yml) +[![Chat](https://img.shields.io/discord/976380008299917365?logo=discord)](https://discord.gg/YHmNA3De4W) + +A Rust library for indicating progress in command line applications to users. + +This currently primarily provides progress bars and spinners as well as basic +color support, but there are bigger plans for the future of this! + +## Examples + +[examples/yarnish.rs](examples/yarnish.rs) + + +[examples/download.rs](examples/download.rs) + + +[examples/multi.rs](examples/multi.rs) + + +[examples/single.rs](examples/single.rs) + + +## Integrations + +You can use [indicatif-log-bridge](https://crates.io/crates/indicatif-log-bridge) to integrate with the +[log crate](https://crates.io/crates/log) and avoid having both fight for your terminal. -- cgit v1.2.3