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
/// Contains [crate::error::ureq::client::blocking::UreqErrorSync],
/// which implements [ClientTraitSync](crate::common::traits::client_trait_sync::ClientTraitSync),
/// allowing the user to retrieve a client that sends asynchronous requests to
/// the BugSnag API.
///
/// ```
/// use lemon_bugsnag_rs::error::ureq::client::blocking::UreqErrorSync;
/// ```
#[cfg_attr(docsrs, doc(cfg(feature = "sync")))]
#[cfg(feature = "sync")]
pub mod blocking;