From d8a066653f37110b9b45a41102cd12f7879e9d1e Mon Sep 17 00:00:00 2001 From: Emerson Ford Date: Sun, 1 Dec 2024 23:46:22 -0800 Subject: [PATCH] add tracing-indicatif as integration --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3fde30bd..1126a56a 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,8 @@ color support, but there are bigger plans for the future of this! You can use [indicatif-log-bridge](https://crates.io/crates/indicatif-log-bridge) to integrate with the [log crate](https://crates.io/crates/log) and avoid having both fight for your terminal. + +You can use [tracing-indicatif](https://crates.io/crates/tracing-indicatif) to integrate with the +[tracing crate](https://crates.io/crates/tracing) with automatic progress bar management +for active tracing spans, as well as ensure that tracing +log events do not interfere with active progress bars.