internet 0.0.5

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

mod encoding;
pub use encoding::*;