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

move server to separate crate

This commit is contained in:
Nikolay Kim
2018-12-09 22:14:29 -08:00
parent ffb07c8884
commit 8ad93f4838
21 changed files with 308 additions and 149 deletions

View File

@ -2,4 +2,4 @@
## [0.1.0] - 2018-12-09
* Move codec to separate crate
* Initial release