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
/// Provides [crate::error::ureq::builder::blocking::ClientBuilderUreqErrorSync],
/// which implements [BackendBuilderTraitSync](crate::common::traits::backend_builder_trait_sync::BackendBuilderTraitSync),
/// allowing the user to retrieve a blocking network client for use with the
/// BugSnag API.
///
/// ```
/// use lemon_bugsnag_rs::error::ureq::builder::blocking::ClientBuilderUreqErrorSync;
/// ```
#[cfg_attr(docsrs, doc(cfg(feature = "sync")))]
#[cfg(feature = "sync")]
pub mod blocking;