mirror of https://github.com/fafhrd91/actix-web
				
				
				
			
		
			
				
	
	
		
			25 lines
		
	
	
		
			540 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			540 B
		
	
	
	
		
			Plaintext
		
	
	
	
digraph {
 | 
						|
    subgraph cluster_web {
 | 
						|
        label="actix/actix-web"
 | 
						|
        "awc"
 | 
						|
        "web"
 | 
						|
        "files"
 | 
						|
        "http"
 | 
						|
        "multipart"
 | 
						|
        "web-actors"
 | 
						|
        "web-codegen"
 | 
						|
        "http-test"
 | 
						|
        "test"
 | 
						|
        "router"
 | 
						|
    }
 | 
						|
 | 
						|
    "web" -> { "web-codegen" "http" "router" }
 | 
						|
    "awc" -> { "http" }
 | 
						|
    "web-codegen" -> { "router" }[color = red]
 | 
						|
    "web-actors" -> { "actix" "web" "http" }
 | 
						|
    "multipart" -> { "web" }
 | 
						|
    "files" -> { "web" }
 | 
						|
    "http-test" -> { "awc" }
 | 
						|
    "test" -> { "web" "awc" "http-test" }
 | 
						|
}
 |