chug 1.0.0

Estimate time remaining for a long-running process
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Chug

Estimate the time remaining for a long-running process.

## Installation

```bash
cargo add chug
```

## Usage

See [examples/tick.rs](examples/tick.rs) for a simple example.

## License

MIT