tracing-indicatif

Tracing layer that automatically creates and manages progress bars for active spans.

MIT License

Downloads
127.5K
Stars
180
Committers
1

Bot releases are visible (Hide)

tracing-indicatif - 0.3.5 Latest Release

Published by emersonford about 1 year ago

  • add method to suspend progress bars managed by IndicatifLayer, e.g. to show dialogue confirmations (closes #4)
tracing-indicatif - 0.3.4

Published by emersonford over 1 year ago

  • add methods to fetch the IndicatifWriter globally if there is a default tracing subscriber and if the IndicatifLayer has been added
tracing-indicatif - 0.3.3

Published by emersonford over 1 year ago

  • fix a very suble race condition that could trigger a panic (#3, thanks again @Kyuuhachi!)
tracing-indicatif - 0.3.2

Published by emersonford over 1 year ago

  • fixed a race condition that could trigger a deadlock on span close (#2, thanks @Kyuuhachi!)
tracing-indicatif - 0.3.1

Published by emersonford over 1 year ago

  • inc is now allowed to be called before pb_start
  • added a rudimentary filter layer that allows specifying whether to show a pb or not on a per-span level