lemon_bugsnag_rs 0.1.2

A library for interacting with the BugSnag error-reporting and sessions APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/// Contains [ClientBuilderUreqSessionSync](crate::session::ureq::builder::blocking::ClientBuilderUreqSessionSync),
/// which is used in the final step of creating a Ureq blocking client for use
/// with the BugSnag sessions API.
///
/// ```
/// pub use lemon_bugsnag_rs::session::ureq::builder::blocking::{
///     ClientBuilderUreqSessionSync
/// };
/// ```
#[cfg_attr(docsrs, doc(cfg(feature = "sync")))]
#[cfg(feature = "sync")]
pub mod blocking;