internet 0.0.5

Network library for rust
Documentation
1
2
3
4
5
6
//! TLS 1.1 protocol implementation ([RFC 4346]).
//!
//! [RFC 4346]: https://datatracker.ietf.org/doc/html/rfc4346

mod encoding;
pub use encoding::*;