From a990de90fe41456a23e58bd087d2f107d321f3a1 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 19 Jul 2024 16:37:58 +0400 Subject: Deleted vendor folder --- vendor/indicatif/README.md | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 vendor/indicatif/README.md (limited to 'vendor/indicatif/README.md') diff --git a/vendor/indicatif/README.md b/vendor/indicatif/README.md deleted file mode 100644 index 3fde30b..0000000 --- a/vendor/indicatif/README.md +++ /dev/null @@ -1,30 +0,0 @@ -# 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