atomic-progress 0.1.2

A high-performance, cloneable progress tracker with minimal locking overhead.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Changelog

## v0.1.2

- **Chore(progress):** Expose Snapshot fields publicly (somewhat a semver risk)

## v0.1.1

- **Feat(progress):** Add `bump()` shorthand for `inc(1)` on `Progress`

## v0.1.0

- Initial Release