Blocking callbacks can now access the handler structure as mutable. v0.4.3.

This commit is contained in:
PinkP4nther 2021-10-07 15:33:51 -07:00
commit 5b132baada
4 changed files with 5 additions and 4 deletions

View file

@ -22,4 +22,6 @@ Then use this library to continuously rewrite or display decrypted network traff
10/06/2021 | v0.4.2 | Added documentation.
10/07/2021 | v0.4.3 | Blocking callbacks now pass self as a mutable reference. This can allow the developer to create structures that can be accessed every stream write ONLY in the BLOCKING callback. The self object is refreshed per TCP connection. Separate TCP connections can not touch eachothers data.
More updates/ideas to come.. I think..