mirror of https://github.com/fafhrd91/actix-web
				
				
				
			|  | ||
|---|---|---|
| .. | ||
| .gitignore | ||
| README.md | ||
| net-only.dot | ||
| web-focus.dot | ||
| 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