toucan_rs/
lib.rs

1mod client;
2mod error;
3mod toucan_extern;
4
5pub use client::{SentryClient, SentryConfig};