ServerConnector and AsyncClient support channel binding, SimpleClient uses ServerConnector

This commit is contained in:
moparisthebest 2023-12-30 00:07:59 -05:00
commit e784b15402
No known key found for this signature in database
GPG key ID: 88C93BFE27BC8229
5 changed files with 112 additions and 137 deletions

View file

@ -2,4 +2,5 @@ mod auth;
mod bind;
pub mod async_client;
pub mod connect;
pub mod simple_client;