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
13
14
15
16
17
18
/// Contains structs for ureq async client builder.
///
/// # Example imports
/// ```
/// use lemon_bugsnag_rs::error::ureq::builder::{
///     blocking::ClientBuilderUreqErrorSync
/// };
/// ```
pub mod builder;
/// Contains structs for the ureq async client itself.
///
/// # Example imports
/// ```
/// use lemon_bugsnag_rs::error::ureq::client::{
///     blocking::UreqErrorSync
/// };
/// ```
pub mod client;