anytls 0.2.3

A proxy protocol that attempts to mitigate the TLS in TLS fingerprinting problem
Documentation
1
2
3
4
5
pub mod deadline;
pub mod io_pipe;

pub use deadline::PipeDeadline;
pub use io_pipe::{PipeReader, PipeWriter, pipe};