actix-net/actix-codec
Michal Hornický f42cba3bdc Migrate actix-codec to std::future
Current implementation is rough, with a generous sprinkling of unsafe for pinning and unpining
of references. This should be replaced with some macros, either pin-utils, or something custom
to actix libraries, since there is a lot of different future impls that need to be upgraded
2019-10-01 09:49:07 +02:00
..
src Migrate actix-codec to std::future 2019-10-01 09:49:07 +02:00
CHANGES.md Added Framed::map_io() method 2019-03-27 17:30:37 -07:00
Cargo.toml Migrate actix-codec to std::future 2019-10-01 09:49:07 +02:00
LICENSE-APACHE Include license files into all sub-crates 2019-05-30 20:38:44 +02:00
LICENSE-MIT Include license files into all sub-crates 2019-05-30 20:38:44 +02:00