hotaru_tls 0.8.3

TLS transport for the Hotaru framework
Documentation
1
2
3
4
5
pub mod client;
pub mod server;

pub use client::{TlsClientConfig, TlsClientConfigBuilder, TlsClientConfigError};
pub use server::{ClientAuth, TlsConfig, TlsConfigBuilder, TlsConfigError};