tracing/tracing-futures
Eliza Weisman e225fc28c8
futures: prepare to release 0.2.3 (#604)
### Added

- `WithDispatch::inner` and `WithDispatch::inner_mut` methods to allow
  borrowing the wrapped type (#589)
- `WithDispatch::with_dispatch` method, to propagate the subscriber to
  another type (#589)
- `inner_pin_ref` and `inner_pin_mut` methods to `Instrumented` and
  `WithDispatch` to project to the inner future when pinned (#590)

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
2020-02-26 14:47:50 -08:00
..

tracing-futures

Utilities for instrumenting futures-based code with tracing.

Crates.io Documentation Documentation (master) MIT licensed Build Status Discord chat maintenance status

Documentation | Chat

Overview

tracing is a framework for instrumenting Rust programs to collect structured, event-based diagnostic information. This crate provides utilities for using tracing to instrument asynchronous code written using futures and async/await.

The crate provides the following traits:

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tracing by you, shall be licensed as MIT, without any additional terms or conditions.