Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alextes/pit-wall
https://github.com/alextes/pit-wall
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alextes/pit-wall
- Owner: alextes
- Created: 2022-05-28T18:17:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T14:06:28.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T10:17:53.139Z (6 days ago)
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pit Wall - 🏎⏱
Measure the progress of execution and report on it. The intention is to help you report the progress of some execution in whatever form you wish. Not a profiling library. You define, and report the work done yourself.
Feedback and PRs very welcome.
## Why not use lib X instead?
All progress reporting libs I found either took control of the entire terminal output, or did not show an eta estimate.
## Wishlist
- Pass a logging function plus a period to have the lib log for you.
- More flexibility in how progress is formatted as string.
- More flexibility in how progress is periodically logged.
- Test time_elapsed output more rigorously.
- Start at time for long-running processes that are resumed.