Skip to content

Commit 8631ca7

Browse files
committed
add tracing-indicatif as a related crate
1 parent b02a700 commit 8631ca7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ are not maintained by the `tokio` project. These include:
406406
- [`reqwest-tracing`] provides a middleware to trace [`reqwest`] HTTP requests.
407407
- [`tracing-cloudwatch`] provides a layer that sends events to AWS CloudWatch Logs.
408408
- [`clippy-tracing`] provides a tool to add, remove and check for `tracing::instrument`.
409+
- [`tracing-indicatif`] provides a layer to show [`indicatif`] CLI progress bars for active spans.
409410

410411
(if you're the maintainer of a `tracing` ecosystem crate not in this list,
411412
please let us know!)
@@ -451,6 +452,8 @@ please let us know!)
451452
[`reqwest`]: https://crates.io/crates/reqwest
452453
[`tracing-cloudwatch`]: https://crates.io/crates/tracing-cloudwatch
453454
[`clippy-tracing`]: https://crates.io/crates/clippy-tracing
455+
[`tracing-indicatif`]: https://crates.io/crates/tracing-indicatif
456+
[`indicatif`]: https://crates.io/crates/indicatif
454457

455458
**Note:** that some of the ecosystem crates are currently unreleased and
456459
undergoing active development. They may be less stable than `tracing` and

tracing/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,7 @@
818818
//! - [`tracing-cloudwatch`] provides a layer that sends events to AWS CloudWatch Logs.
819819
//! - [`clippy-tracing`] provides a tool to add, remove and check for `tracing::instrument`.
820820
//! - [`json-subscriber`] provides a subscriber for emitting JSON logs. The output can be customized much more than with [`tracing-subscriber`]'s JSON output.
821+
//! - [`tracing-indicatif`] provides a layer to show [`indicatif`] CLI progress bars for active spans.
821822
//!
822823
//! If you're the maintainer of a `tracing` ecosystem crate not listed above,
823824
//! please let us know! We'd love to add your project to the list!
@@ -862,6 +863,8 @@
862863
//! [`tracing-cloudwatch`]: https://crates.io/crates/tracing-cloudwatch
863864
//! [`clippy-tracing`]: https://crates.io/crates/clippy-tracing
864865
//! [`json-subscriber`]: https://crates.io/crates/json-subscriber
866+
//! [`tracing-indicatif`]: https://crates.io/crates/tracing-indicatif
867+
//! [`indicatif`]: https://crates.io/crates/indicatif
865868
//!
866869
//! <div class="example-wrap" style="display:inline-block">
867870
//! <pre class="ignore" style="white-space:normal;font:inherit;">

0 commit comments

Comments
 (0)