Skip to content

Commit 1715e29

Browse files
committed
doc: Add mention of the library crate
1 parent 21851e9 commit 1715e29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ cargo clippy -- -D warnings && cargo fmt --check && cargo test
6161
./generate-completions.sh
6262
```
6363

64+
## Extending `parallel-disk-usage`
65+
66+
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).
67+
6468
## Installation
6569

6670
### Any Desktop OS

0 commit comments

Comments
 (0)