#![warn(rust_2018_idioms)] #![allow(dead_code)] #[macro_use] extern crate lazy_static; pub mod alert; pub mod application_data; pub mod change_cipher_spec; pub mod cipher_suite; pub mod client_certificate_type; pub mod compression_methods; pub mod config; pub mod content; pub mod crypto; pub mod curve; pub mod errors; pub mod extension; pub mod fragment_buffer; pub mod handshake; pub mod prf; pub mod record_layer; pub mod signature_hash_algorithm;