feat: add tracing
This commit is contained in:
parent
653502c470
commit
93140e7d22
8 changed files with 431 additions and 174 deletions
12
README.md
12
README.md
|
|
@ -33,9 +33,21 @@ Current contribution workflow is:
|
|||
## Maintainance
|
||||
|
||||
**Versioning:**
|
||||
|
||||
TODO; explain versioning
|
||||
|
||||
**Check for unused dependencies:**
|
||||
|
||||
Requirement: Needs `cargo install cargo-udeps --locked`
|
||||
|
||||
```sh
|
||||
cargo +nightly udeps --all-targets
|
||||
```
|
||||
|
||||
**Test with tracing output:**
|
||||
|
||||
Requirement: Needs `cargo install bunyan`
|
||||
|
||||
```sh
|
||||
TEST_LOG=true cargo test | bunyan
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue