asterisk-rs-core 0.1.0

Shared types, error framework, and event bus for asterisk-rs
Documentation
1
2
3
4
5
6
7
8
//! 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 use error::{Error, Result};