actix-server-config 0.2.0

Actix server config utils
Documentation
# Changes


## [0.2.0] - 2019-10-03


### Changed


* Update `rustls` to 0.16
* Minimum required Rust version upped to 1.37.0

## [0.1.2] - 2019-07-18


### Added


* Add unix domnain sockets support


## [0.1.1] - 2019-04-16


### Added


* `IoStream` trait and impls for TcpStream, SslStream and TlsStream