From c3c91183da724b26e6057c2c16970730fa9acee0 Mon Sep 17 00:00:00 2001 From: djugei Date: Mon, 31 Jul 2023 19:09:33 +0200 Subject: [PATCH] Add new Integrations section to README, containing a link to indicatif_log_bridge initially --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 83a524a5..c473ff5e 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,6 @@ color support, but there are bigger plans for the future of this! [examples/single.rs](examples/single.rs) + +## Integrations +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.