11![ Tracing — Structured, application-level diagnostics] [ splash ]
22
3- [ splash ] : https://raw.githubusercontent.com/tokio-rs/tracing/master /assets/splash.svg
3+ [ splash ] : https://raw.githubusercontent.com/tokio-rs/tracing/main /assets/splash.svg
44
55[ ![ Crates.io] [ crates-badge ]] [ crates-url ]
66[ ![ Documentation] [ docs-badge ]] [ docs-url ]
7- [ ![ Documentation (master )] [ docs-master -badge ]] [ docs-master -url ]
7+ [ ![ Documentation (v0.2.x )] [ docs-v0.2.x -badge ]] [ docs-v0.2.x -url ]
88[ ![ MIT licensed] [ mit-badge ]] [ mit-url ]
99[ ![ Build Status] [ actions-badge ]] [ actions-url ]
1010[ ![ Discord chat] [ discord-badge ]] [ discord-url ]
1313[ crates-url ] : https://crates.io/crates/tracing
1414[ docs-badge ] : https://docs.rs/tracing/badge.svg
1515[ docs-url ] : https://docs.rs/tracing
16- [ docs-master -badge ] : https://img.shields.io/badge/docs-master -blue
17- [ docs-master -url ] : https://tracing.rs
16+ [ docs-0.2 -badge ] : https://img.shields.io/badge/docs-v0.2.x -blue
17+ [ docs-0.2 -url ] : https://tracing.rs
1818[ mit-badge ] : https://img.shields.io/badge/license-MIT-blue.svg
1919[ mit-url ] : LICENSE
2020[ actions-badge ] : https://github.com/tokio-rs/tracing/workflows/CI/badge.svg
2323[ discord-url ] : https://discord.gg/EeF3cQw
2424
2525[ Website] ( https://tokio.rs ) |
26- [ Chat] ( https://discord.gg/EeF3cQw ) | [ Documentation (master branch) ] ( https://tracing-rs.netlify.com/ )
26+ [ Chat] ( https://discord.gg/EeF3cQw )
2727
2828## Overview
2929
@@ -33,9 +33,9 @@ Tokio project, but does _not_ require the `tokio` runtime to be used.
3333
3434### Branch set-up
3535
36- - ` main ` - Default branch, crates.io releases are done from this branch. This was previously the
36+ - [ ` main ` ] ( https://github.com/tokio-rs/tracing/tree/main ) - Default branch, crates.io releases are done from this branch. This was previously the
3737 ` v0.1.x ` branch.
38- - ` v0.2.x ` - Branch containing the as-yet unreleased 0.2 version of ` tracing-core ` , ` tracing ` , and
38+ - [ ` v0.2.x ` ] ( https://github.com/tokio-rs/tracing/tree/v0.2.x ) - Branch containing the as-yet unreleased 0.2 version of ` tracing-core ` , ` tracing ` , and
3939 all the other tracing crates that depend on these versions. This was previously the ` master `
4040 branch.
4141
0 commit comments