mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-12 13:42:34 +00:00
Add testing section to README
This commit is contained in:
parent
069b7bfc97
commit
a0298587c0
1 changed files with 9 additions and 0 deletions
|
@ -39,6 +39,15 @@ cargo run --example custom_resolver
|
|||
|
||||
Available [here](https://docs.rs/lofty)
|
||||
|
||||
## Testing
|
||||
|
||||
As some formats are complex, Lofty makes use of [test-log](https://crates.io/crates/test-log) to get
|
||||
the detailed debug/trace logging for failures. To run the tests, do:
|
||||
|
||||
```shell
|
||||
RUST_LOG=trace cargo test
|
||||
```
|
||||
|
||||
## Benchmarking
|
||||
|
||||
There are benchmarks available [here](./benches). To run them, do:
|
||||
|
|
Loading…
Reference in a new issue