Skip to content

Tool to detect/display function dependencies in Rust crates #558

Closed
@pcwalton

Description

@pcwalton

This would be useful for many things:

  • Figuring out which functions are dead and can be removed.
  • Visualize function dependencies (with dot).
  • Be the basis for a Rust ccache workalike.
  • On-demand, lazy unit tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions