1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-04-22 10:24:52 +02:00
2019-12-05 23:09:44 +06:00

8 lines
107 B
Rust

//! SSL Services
#[cfg(feature = "openssl")]
pub mod openssl;
#[cfg(feature = "rustls")]
pub mod rustls;