asterisk-rs-core 0.3.0

Shared types, error framework, and event bus for asterisk-rs
Documentation
1
2
3
4
5
6
7
8
9
//! Core types, error framework, and event bus for the asterisk-rs ecosystem.

pub mod auth;
pub mod config;
pub mod error;
pub mod event;
pub mod types;

pub use error::{Error, Result};