internet 0.0.5

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

mod encoding;
pub use encoding::*;