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