Version 0.6.2

This commit is contained in:
PinkP4nther 2021-10-10 00:53:50 -07:00
commit 0e9b4feaf7
3 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,7 @@
//! ## SSLRelay
//! Library for relaying TCP traffic as well as TLS encrypted TCP traffic.
//! This Library allows you to implement callback functions for upstream and downstream traffic.
//! This library allows you to implement callback functions for upstream and downstream traffic.
//! These callbacks can R/W the data from a stream(Blocking) or only R the data(Non-Blocking).
//!```
//!pub trait HandlerCallbacks {