#logging #tracing #futures #async

no-std tracing-futures

Utilities for instrumenting futures with tracing

10 releases

0.2.5 Feb 16, 2021
0.2.4 Apr 21, 2020
0.2.3 Feb 26, 2020
0.2.1 Jan 15, 2020
0.0.0 Jun 27, 2019

#390 in Profiling

Download history 383049/week @ 2023-11-03 382233/week @ 2023-11-10 354916/week @ 2023-11-17 351479/week @ 2023-11-24 400528/week @ 2023-12-01 383018/week @ 2023-12-08 345756/week @ 2023-12-15 161350/week @ 2023-12-22 233664/week @ 2023-12-29 349121/week @ 2024-01-05 365273/week @ 2024-01-12 392266/week @ 2024-01-19 368332/week @ 2024-01-26 391542/week @ 2024-02-02 396376/week @ 2024-02-09 292388/week @ 2024-02-16

1,514,560 downloads per month
Used in 2,894 crates (288 directly)

MIT license

430KB
6K SLoC

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.42+

Supported Rust Versions

Tracing is built against the latest stable release. The minimum supported version is 1.42. 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.45, the minimum supported version will not be increased past 1.42, 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.

Dependencies

~0–1.2MB
~18K SLoC