indicatif-log-bridge 0.2.3

Bridge the log crate and indicatif to stop log lines from mixing up with progress bars
Documentation
[dependencies.indicatif]
version = ">=0.17.5"

[dependencies.log]
features = ["std"]
version = ">=0.4.19"

[dev-dependencies.env_logger]
version = ">=0.10.0"

[lib]
name = "indicatif_log_bridge"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-interface", "concurrency", "asynchronous", "rust-patterns"]
description = "Bridge the log crate and indicatif to stop log lines from mixing up with progress bars"
edition = "2021"
keywords = ["cli", "progress", "progressbar", "logging", "log"]
license = "MIT"
name = "indicatif-log-bridge"
readme = "README.md"
repository = "https://github.com/djugei/indicatif-log-bridge"
version = "0.2.3"