From ef98cb6b93780e4111501ac9a4faa5b3047777d6 Mon Sep 17 00:00:00 2001 From: Ishaan Goel <46309254+ishaan26@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:57:53 +0530 Subject: [PATCH] Update README.md --- zung_mini/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/zung_mini/README.md b/zung_mini/README.md index 1c098c7..9f463e8 100644 --- a/zung_mini/README.md +++ b/zung_mini/README.md @@ -1,18 +1,19 @@ -Mini rust projects that target specific features of rust +___Mini rust projects that target specific features of rust___ ### _Disclaimer_ -_This library is intended for **learning purposes only**_ +_This library is intended for **learning purposes only**. While I will do my best to write the most professional code I can (with my limited coding knowlege), it is not my intention for this library to be used in any production environment._ ## Table of Contents - [Mini Project 1](#mini-project-1---progbar) + - [Features](#features) - [Usage](#usage) # Mini Project 1 - ProgBar > A Simple Progress Bar for Rust Iterators -`ProgBar` is a lightweight and customizable progress bar library for Rust iterators. It allows you to easily track the progress of any iterator in your terminal with visual feedback. Whether your iterator is bounded (has a known size) or unbounded, `ProgBar` adapts to display the progress accordingly. +[`ProgBar`](https://docs.rs/zung_mini/latest/zung_mini/progbar/index.html) module is a lightweight and customizable progress bar library for Rust iterators. It allows you to easily track the progress of any iterator in your terminal with visual feedback. Whether your iterator is bounded (has a known size) or unbounded (infinite loop), `ProgBar` adapts to display the progress accordingly. ## Features