Do you know good diagram generator for dependency and other? rust lang

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • pydeps

    Python Module Dependency graphs

  • OTOH, for python pydeps seems to be good way https://github.com/thebjorn/pydeps/blob/master/pydeps/depgraph2dot.py because this shows us not only dependency of module by pip manager but also files, modules, and classes

  • cargo-dep

    Graph cargo dependencies.

  • others are these as reference: https://github.com/ehuss/cargo-dep https://crates.io/crates/cargo-deps cargo-graph

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • rust-analyzer

    Discontinued A Rust compiler front-end for IDEs [Moved to: https://github.com/rust-lang/rust-analyzer] (by rust-analyzer)

  • https://github.com/rust-analyzer/rust-analyzer I don't use vscode, but let me know if you can. This shows me not only dependency by cargo's package but also the module we create ourselves on local?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts