Progrex 🚀
A lightweight and customizable CLI progress bar for Rust applications.
📌 Features
✅ Simple and easy-to-use API
✅ Customizable progress bar styles
✅ Real-time ETA tracking
✅ Ideal for CLI applications
📦 Installation
Add progrex to your Cargo.toml:
[]
= "0.1.0"
Then run:
🚀 Usage
Basic Example
use ProgressBar;
use sleep;
use Duration;
Output:
[███████████████ ] 50.00% | ETA: 2.5s
🔧 Customization
You can modify the bar length, display format, and refresh rate (coming soon).
📜 License
Licensed under the MIT License. See LICENSE for details.
🤝 Contributing
Contributions are welcome! Feel free to open issues or submit pull requests.
Would you like to add badges for GitHub actions (build status) or more customization options? 😊