console-rs / indicatif

A command line progress reporting library for Rust
MIT License
4.22k stars 238 forks source link

Add new Integrations section to README, containing a link to indicatif_log_bridge initially #570

Closed djugei closed 11 months ago

djugei commented 11 months ago

discussed in https://github.com/console-rs/indicatif/pull/569

i tried writing an example too, but that leads to a circular dependency (indicatif_log_bridge depends on indicatif) and two "different" versions of MultiProgress being found, so that did not work out sadly.

djc commented 11 months ago

Thanks!