indicatif 0.13.0

A progress bar and cli reporting library for Rust
Documentation
# indicatif

[![build status](https://travis-ci.org/mitsuhiko/indicatif.svg?branch=master)](https://travis-ci.org/mitsuhiko/indicatif)
[![Crates.io](https://img.shields.io/crates/v/indicatif.svg)](https://crates.io/crates/indicatif)

[Documentation](https://docs.rs/indicatif)

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)
<img src="https://github.com/mitsuhiko/indicatif/blob/master/screenshots/yarn.gif?raw=true">

[examples/download.rs](examples/download.rs)
<img src="https://github.com/mitsuhiko/indicatif/blob/master/screenshots/download.gif?raw=true">

[examples/multi.rs](examples/multi.rs)
<img src="https://github.com/mitsuhiko/indicatif/blob/master/screenshots/multi-progress.gif?raw=true">

[examples/single.rs](examples/single.rs)
<img src="https://github.com/mitsuhiko/indicatif/blob/master/screenshots/single.gif?raw=true">