Skip to content

Commit

Permalink
docs: document prior arts
Browse files Browse the repository at this point in the history
closes #45
  • Loading branch information
Boshen committed May 26, 2024
1 parent 72c212d commit f8dd9a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,13 @@ The exit code gives an indication whether unused dependencies have been found:
## Prior Arts

* https://github.com/est31/cargo-udeps
* it collects dependency usage by compiling your project and find them from the `target/` directory
* does not seem to work anymore with the latest versions of `cargo`
* does not work with cargo workspaces
* https://github.com/bnjbvr/cargo-machete
* it collects dependency usage by running regex patterns on source code
* does not detect all usages of a dependency
* does not remove unused dependencies from the workspace root

## Trophy Cases

Expand Down

0 comments on commit f8dd9a2

Please sign in to comment.