1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 17:27:42 +02:00

add custom framed dispatcher service

This commit is contained in:
Nikolay Kim
2019-06-26 15:19:40 +06:00
parent 07708c5e9a
commit 205cac82ce
13 changed files with 1008 additions and 0 deletions

View File

@ -24,6 +24,7 @@ members = [
"actix-test-server",
"actix-threadpool",
"actix-tower",
"actix-ioframe",
"actix-utils",
"router",
]