1pub mod error; 2pub mod noise_socket; 3 4pub use error::{Result, SocketError}; 5pub use noise_socket::NoiseSocket;