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

move codec to separate crate

This commit is contained in:
Nikolay Kim
2018-12-09 15:19:25 -08:00
parent 3288b7648d
commit e50be58fdb
11 changed files with 37 additions and 4 deletions

5
actix-codec/CHANGES.md Normal file
View File

@ -0,0 +1,5 @@
# Changes
## [0.1.0] - 2018-12-09
* Move codec to separate crate