mirror of
https://github.com/actix/actix-web.git
synced 2024-11-10 10:59:33 +00:00
.. | ||
.gitignore | ||
net-only.dot | ||
README.md | ||
web-focus.dot | ||
web-only.dot |
Actix Ecosystem Dependency Graphs
See rendered versions of these dot graphs on the wiki.
Rendering
Dot graphs were rendered using the dot
command from GraphViz:
for f in $(ls docs/graphs/*.dot | xargs); do dot $f -Tpng -o${f:r}.png; done