tracing/tracing-futures
John Vandenberg d1260a487e
fix: Update incorrect tracing-futures feature docs (#2802)
Co-authored-by: David Barsky <me@davidbarsky.com>
Co-authored-by: Hayden Stainsby <hds@caffeineconcepts.com>
2024-11-30 19:49:46 +01:00
..
src fix: Update incorrect tracing-futures feature docs (#2802) 2024-11-30 19:49:46 +01:00
tests chore: clean up warnings on master (#3087) 2024-10-01 12:30:02 -04:00
Cargo.toml chore: clean up warnings on master (#3087) 2024-10-01 12:30:02 -04:00
CHANGELOG.md futures: prepare to release 0.2.4 (#683) 2020-04-21 14:58:56 -07:00
LICENSE chore: Include the LICENSE in every crate (#842) 2020-07-23 12:23:04 -07:00
README.md chore: bump MSRV to 1.63 (#2793) 2023-11-07 00:07:37 +00:00

Tracing — Structured, application-level diagnostics

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:

Compiler support: requires rustc 1.63+

Supported Rust Versions

Tracing is built against the latest stable release. The minimum supported version is 1.63. The current Tracing version is not guaranteed to build on Rust versions earlier than the minimum supported version.

Tracing follows the same compiler support policies as the rest of the Tokio project. The current stable Rust compiler and the three most recent minor versions before it will always be supported. For example, if the current stable compiler version is 1.69, the minimum supported version will not be increased past 1.66, three minor versions prior. Increasing the minimum supported compiler version is not considered a semver breaking change as long as doing so complies with this policy.

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.