1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-23 16:21:06 +01:00
actix-web/docs/graphs/web-only.dot

25 lines
689 B
Plaintext
Raw Normal View History

2020-08-09 14:54:35 +02:00
digraph {
subgraph cluster_web {
label="actix/actix-web"
"awc"
"actix-web"
"actix-files"
"actix-http"
"actix-multipart"
"actix-web-actors"
"actix-web-codegen"
2020-11-25 01:54:00 +01:00
"actix-http-test"
2021-04-02 10:27:11 +02:00
"actix-test"
2021-08-06 21:10:58 +02:00
"actix-router"
2020-08-09 14:54:35 +02:00
}
2021-08-06 21:10:58 +02:00
"actix-web" -> { "actix-web-codegen" "actix-http" "actix-router" }
2020-08-09 14:54:35 +02:00
"awc" -> { "actix-http" }
"actix-web-codegen" -> { "actix-router" }
2020-08-09 14:54:35 +02:00
"actix-web-actors" -> { "actix" "actix-web" "actix-http" }
"actix-multipart" -> { "actix-web" }
"actix-files" -> { "actix-web" }
2020-11-25 01:54:00 +01:00
"actix-http-test" -> { "awc" }
2021-04-02 10:27:11 +02:00
"actix-test" -> { "actix-web" "awc" "actix-http-test" }
2020-08-09 14:54:35 +02:00
}