chorus-core 0.3.0

Core traits and types for Chorus CPaaS — SMS, Email, OTP with smart routing and multi-provider failover
Documentation
1
2
3
4
5
/// Verify the crate is importable as `chorus_core::`
#[test]
fn sdk_import_name() {
    let _ = chorus_core::client::Chorus::builder();
}