commit | 9378e348a656233f7058793614fa66956fc4a10f | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Sep 29 01:14:58 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Sep 29 01:14:58 2023 +0000 |
tree | 49a0c5c28051107ab60fec1136b4187efb7deeb7 | |
parent | ef1aabf38f37f8210c13f7cfef8ed673e1f4853a [diff] | |
parent | 151365c0f77454d16050bea2105059c912fac821 [diff] |
Snap for 10878163 from 151365c0f77454d16050bea2105059c912fac821 to 24D1-release Change-Id: I29b8f538a1098b7d7b3fda0b932008f38cc824e0
Utilities for implementing and composing tracing
subscribers.
Compiler support: requires rustc
1.56+
Tracing is built against the latest stable release. The minimum supported version is 1.56. 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.
This project is licensed under the MIT license.
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.