Skip to content

Consider adding a cargo-udeps check function to mkLib #705

Open
@eureka-cpu

Description

@eureka-cpu

Is your feature request related to a problem? Please describe.
Problem: A common issue is large dependency graphs with unused dependencies that get lost in it. This is especially true for workspaces and monorepos.

Describe the solution you'd like
I'd like to add a function that runs a check using cargo-udeps to report to a user that they have dependencies that are not being used.

Describe alternatives you've considered
I could write my own drv and add it to checks using the cargoCommand from mkLib, but I figured I'd ask here first if it's something that the project would consider.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions