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

IoStream trait and impls for TcpStream, SslStream and TlsStream

This commit is contained in:
Nikolay Kim
2019-04-16 08:32:12 -07:00
parent fc2dcadc7a
commit ae27b87641
6 changed files with 132 additions and 11 deletions

View File

@ -1,5 +1,16 @@
# Changes
## [0.4.3] - 2019-04-16
### Added
* Re-export `IoStream` trait
### Changed
* Deppend on `ssl` and `rust-tls` features from actix-server-config
## [0.4.2] - 2019-03-30
### Fixed