• Home
  • Raw
  • Download

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-subscriber
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]
15 ![maintenance status][maint-badge]
17 [Documentation][docs-url] | [Chat][discord-url]
19 [tracing]: https://github.com/tokio-rs/tracing/tree/master/tracing
20 [tracing-fmt]: https://github.com/tokio-rs/tracing/tree/master/tracing-subscriber
21 [crates-badge]: https://img.shields.io/crates/v/tracing-subscriber.svg
22 [crates-url]: https://crates.io/crates/tracing-subscriber
23 [docs-badge]: https://docs.rs/tracing-subscriber/badge.svg
24 [docs-url]: https://docs.rs/tracing-subscriber/latest
25 [docs-master-badge]: https://img.shields.io/badge/docs-master-blue
26 [docs-master-url]: https://tracing-rs.netlify.com/tracing_subscriber
27 [mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
28 [mit-url]: LICENSE
29 [actions-badge]: https://github.com/tokio-rs/tracing/workflows/CI/badge.svg
30 [actions-url]:https://github.com/tokio-rs/tracing/actions?query=workflow%3ACI
31 [discord-badge]: https://img.shields.io/discord/500028886025895936?logo=discord&label=discord&logoC…
32 [discord-url]: https://discord.gg/EeF3cQw
33 [maint-badge]: https://img.shields.io/badge/maintenance-experimental-blue.svg
35 *Compiler support: [requires `rustc` 1.63+][msrv]*
37 [msrv]: #supported-rust-versions
42 version is 1.63. The current Tracing version is not guaranteed to build on Rust