actix-codec 0.1.2

Utilities for encoding and decoding frames
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Changes

## [0.1.2] - 2019-03-27

* Added `Framed::map_io()` method.


## [0.1.1] - 2019-03-06

* Added `FramedParts::with_read_buffer()` method.


## [0.1.0] - 2018-12-09

* Move codec to separate crate