1//! For sending KMIP requests and receiving responses.
23mod client;
45#[doc(hidden)]
6pub mod config;
78pub mod tls;
910pub use client::{Client, ClientBuilder, Error, Result};
1112#[doc(inline)]
13pub use config::{ClientCertificate, ConnectionSettings};