Skip to content

Commit

Permalink
docs/overview: update deps graph and add a generated one too
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Nov 14, 2022
1 parent 96d6616 commit 9474e5f
Show file tree
Hide file tree
Showing 4 changed files with 696 additions and 227 deletions.
12 changes: 12 additions & 0 deletions documentation/dev/src/explore/design/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,15 @@ The Rust crates internal dependency graph:

![crates](./overview/crates.svg "crates")
[Diagram on Excalidraw](https://excalidraw.com/#room=e32fc914de750ed4f5e4,6CWRFjnmCoiFR4BQ6i9K4g)

## Graph for root workspace

![Workspace dependency graph](./overview/root-workspace-cargo-udeps.png "Workspace dependency graph")

Generated with:

```shell
# Uses https://crates.io/crates/cargo-depgraph
# From root dir:
cargo depgraph --workspace-only --dedup-transitive-deps --dev-deps | dot -Tpng > documentation/dev/src/explore/design/root-workspace-cargo-udeps.png
```
Loading

0 comments on commit 9474e5f

Please sign in to comment.