/// Provides the [blocking](crate::session::reqwest::builder::blocking::ClientBuilderReqwestSessionSync)
/// and [non-blocking](crate::session::reqwest::builder::non_blocking::ClientBuilderReqwestSessionAsync)
/// client builders, as well as the decider struct that allows you to choose
/// between them.
///
/// ```
/// use lemon_bugsnag_rs::session::reqwest::builder::{
/// blocking
/// , decider
/// , non_blocking
/// };
/// ```
/// Provides the [blocking](crate::session::reqwest::client::blocking::ReqwestSessionSync)
/// and [non-blocking](crate::session::reqwest::client::non_blocking::ReqwestSessionAsync)
/// network clients for talking to the BugSnag sessions API.
///
/// ```
/// use lemon_bugsnag_rs::session::reqwest::client::{
/// blocking
/// , non_blocking
/// };
/// ```