Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
steveklabnik opened this issue Jan 21, 2015 · 1 comment
Open

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

steveklabnik opened this issue Jan 21, 2015 · 1 comment
Labels
T-dev-tools Relevant to the development tools team, which will review and decide on the RFC.

Comments

@steveklabnik
Copy link
Member

Issue by pcwalton
Thursday Jun 23, 2011 at 20:58 GMT

For earlier discussion, see rust-lang/rust#558

This issue was labelled with: A-an-interesting-project, A-tools, I-wishlist in the Rust repository


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.
@frewsxcv
Copy link
Member

If this project ever gets started and someone wants ideas for visualizing this data as graph, here is a similar project for Python (which has screenshots):

https://github.com/gak/pycallgraph/

@petrochenkov petrochenkov added T-dev-tools Relevant to the development tools team, which will review and decide on the RFC. T-dev-tools and removed T-dev-tools labels Jan 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-dev-tools Relevant to the development tools team, which will review and decide on the RFC.
Projects
None yet
Development

No branches or pull requests

3 participants