tracing/tracing-futures
Eliza Weisman c3c0bd5238
docs: finish doc_cfg for tracing-futures and tracing-subscriber (#525) (#528)
* Get the last bits of tracing-core

* remove unnecessary doc_cfgs

* add doc_cfg for std feature in tracing-futures

* Finish enabling doc_cfg for tracing-futures

* fix tracing-futures doc_cf and start subscriber

* finish doc_cfg for tracing-subscriber

Authored-by: Jane Lusby <jlusby42@gmail.com>
2020-01-10 15:15:14 -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.