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

add helpers

This commit is contained in:
Nikolay Kim
2019-03-12 12:53:08 -07:00
parent bef199f831
commit ef9bfb8981
7 changed files with 314 additions and 123 deletions

View File

@ -1,5 +1,16 @@
# Changes
## [0.3.4] - 2019-03-12
### Added
* Add `Transform::from_err()` combinator
* Add `apply_fn` and `apply_fn_factory` helpers
* Add `apply_transform` helper
## [0.3.3] - 2019-03-09
### Added