1pub mod auth; 2pub mod client; 3pub mod error; 4pub mod tls; 5pub mod transport; 6 7pub use client::HaystackClient; 8pub use error::ClientError;