internet 0.0.5

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

mod encoding;
pub use encoding::*;