1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-13 10:49:26 +00:00
actix-web/docs/graphs/web-only.dot

24 lines
643 B
Plaintext
Raw Normal View History

2020-08-09 12:54:35 +00: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 00:54:00 +00:00
"actix-http-test"
2021-04-02 08:27:11 +00:00
"actix-test"
2021-08-06 19:10:58 +00:00
"actix-router"
2020-08-09 12:54:35 +00:00
}
2021-08-06 19:10:58 +00:00
"actix-web" -> { "actix-web-codegen" "actix-http" "actix-router" }
2020-08-09 12:54:35 +00:00
"awc" -> { "actix-http" }
"actix-web-actors" -> { "actix" "actix-web" "actix-http" }
"actix-multipart" -> { "actix-web" }
"actix-files" -> { "actix-web" }
2020-11-25 00:54:00 +00:00
"actix-http-test" -> { "awc" }
2021-04-02 08:27:11 +00:00
"actix-test" -> { "actix-web" "awc" "actix-http-test" }
2020-08-09 12:54:35 +00:00
}