better-tracing 0.6.0

Community fork of `tracing-subscriber` focused on usability and accessibility.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# List available recipes
list:
    just --list

# Run all unit and integration tests
test:
    cargo test --all-features

# Generate README.md from library documentation
readme:
    cargo readme -V 2>&1 >/dev/null || cargo binstall -y cargo-readme
    cargo readme --no-badges > README.md