actix-web/docs/graphs
Rob Ede a808a26d8c
bump actix-codec to 0.5
2022-02-15 20:49:10 +00:00
..
.gitignore
README.md
net-only.dot
web-focus.dot bump actix-codec to 0.5 2022-02-15 20:49:10 +00:00
web-only.dot

README.md

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