Skip to content

Commit

Permalink
doc: Add mention of the library crate
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed May 29, 2021
1 parent 21851e9 commit 1715e29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ cargo clippy -- -D warnings && cargo fmt --check && cargo test
./generate-completions.sh
```

## Extending `parallel-disk-usage`

The [parallel-disk-usage crate](https://crates.io/crates/parallel-disk-usage) is both a binary crate and a library crate. If you desire features that `pdu` itself lacks (that is, after you have asked the maintainer(s) of `pdu` for the features but they refused), you may use the library crate to build a tool of your own. The documentation for the library crate can be found in [docs.rs](https://docs.rs/parallel-disk-usage).

## Installation

### Any Desktop OS
Expand Down

0 comments on commit 1715e29

Please sign in to comment.