mirror of
https://github.com/actix/actix-web.git
synced 2024-11-22 09:31:10 +00:00
update graphs
This commit is contained in:
parent
e965d8298f
commit
384164cc14
3 changed files with 5 additions and 4 deletions
|
@ -4,7 +4,7 @@ digraph {
|
||||||
subgraph cluster_net {
|
subgraph cluster_net {
|
||||||
label="actix-net"
|
label="actix-net"
|
||||||
"actix-codec" "actix-macros" "actix-rt" "actix-server" "actix-service"
|
"actix-codec" "actix-macros" "actix-rt" "actix-server" "actix-service"
|
||||||
"actix-tls" "actix-tracing" "actix-utils" "actix-router"
|
"actix-tls" "actix-tracing" "actix-utils"
|
||||||
}
|
}
|
||||||
|
|
||||||
subgraph cluster_other {
|
subgraph cluster_other {
|
||||||
|
@ -25,7 +25,6 @@ digraph {
|
||||||
"actix-tls" -> { "tokio-util" }[color="#009900"]
|
"actix-tls" -> { "tokio-util" }[color="#009900"]
|
||||||
"actix-server" -> { "actix-service" "actix-rt" "actix-utils" "tokio" }
|
"actix-server" -> { "actix-service" "actix-rt" "actix-utils" "tokio" }
|
||||||
"actix-rt" -> { "actix-macros" "tokio" }
|
"actix-rt" -> { "actix-macros" "tokio" }
|
||||||
"actix-router" -> { "bytestring" }
|
|
||||||
|
|
||||||
"local-channel" -> { "local-waker" }
|
"local-channel" -> { "local-waker" }
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,7 @@ digraph {
|
||||||
"web-actors"
|
"web-actors"
|
||||||
"web-codegen"
|
"web-codegen"
|
||||||
"http-test"
|
"http-test"
|
||||||
|
"router"
|
||||||
|
|
||||||
{ rank=same; "multipart" "web-actors" "http-test" };
|
{ rank=same; "multipart" "web-actors" "http-test" };
|
||||||
{ rank=same; "files" "awc" "web" };
|
{ rank=same; "files" "awc" "web" };
|
||||||
|
@ -36,7 +37,7 @@ digraph {
|
||||||
"rt" -> { "macros" }
|
"rt" -> { "macros" }
|
||||||
|
|
||||||
{ rank=same; "utils" "codec" };
|
{ rank=same; "utils" "codec" };
|
||||||
{ rank=same; "rt" "macros" "service" "router" };
|
{ rank=same; "rt" "macros" "service" };
|
||||||
|
|
||||||
// actix
|
// actix
|
||||||
|
|
||||||
|
|
|
@ -10,9 +10,10 @@ digraph {
|
||||||
"actix-web-codegen"
|
"actix-web-codegen"
|
||||||
"actix-http-test"
|
"actix-http-test"
|
||||||
"actix-test"
|
"actix-test"
|
||||||
|
"actix-router"
|
||||||
}
|
}
|
||||||
|
|
||||||
"actix-web" -> { "actix-web-codegen" "actix-http" }
|
"actix-web" -> { "actix-web-codegen" "actix-http" "actix-router" }
|
||||||
"awc" -> { "actix-http" }
|
"awc" -> { "actix-http" }
|
||||||
"actix-web-actors" -> { "actix" "actix-web" "actix-http" }
|
"actix-web-actors" -> { "actix" "actix-web" "actix-http" }
|
||||||
"actix-multipart" -> { "actix-web" }
|
"actix-multipart" -> { "actix-web" }
|
||||||
|
|
Loading…
Reference in a new issue