Lines Matching +full:build +full:- +full:msrv
1 ![Tracing — Structured, application-level diagnostics][splash]
3 [splash]: https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/splash.svg
5 # tracing-attributes
7 Macro attributes for application-level tracing.
9 [![Crates.io][crates-badge]][crates-url]
10 [![Documentation][docs-badge]][docs-url]
11 [![Documentation (master)][docs-master-badge]][docs-master-url]
12 [![MIT licensed][mit-badge]][mit-url]
13 [![Build Status][actions-badge]][actions-url]
14 [![Discord chat][discord-badge]][discord-url]
16 [Documentation][docs-url] | [Chat][discord-url]
18 [crates-badge]: https://img.shields.io/crates/v/tracing-attributes.svg
19 [crates-url]: https://crates.io/crates/tracing-attributes
20 [docs-badge]: https://docs.rs/tracing-attributes/badge.svg
21 [docs-url]: https://docs.rs/tracing-attributes/0.1.26
22 [docs-master-badge]: https://img.shields.io/badge/docs-master-blue
23 [docs-master-url]: https://tracing-rs.netlify.com/tracing_attributes
24 [mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
25 [mit-url]: LICENSE
26 [actions-badge]: https://github.com/tokio-rs/tracing/workflows/CI/badge.svg
27 [actions-url]:https://github.com/tokio-rs/tracing/actions?query=workflow%3ACI
28 [discord-badge]: https://img.shields.io/discord/500028886025895936?logo=discord&label=discord&logoC…
29 [discord-url]: https://discord.gg/EeF3cQw
34 structured, event-based diagnostic information. This crate provides the
38 Note that this macro is also re-exported by the main `tracing` crate.
40 *Compiler support: [requires `rustc` 1.56+][msrv]*
42 [msrv]: #supported-rust-versions
50 tracing-attributes = "0.1.26"
72 version is 1.56. The current Tracing version is not guaranteed to build on Rust