Skip to main content

Crate asterisk_rs_core

Crate asterisk_rs_core 

Source
Expand description

Core types, error framework, and event bus for the asterisk-rs ecosystem.

Re-exports§

pub use error::Error;
pub use error::Result;

Modules§

auth
Authentication primitives shared across protocols.
config
Shared configuration types used across protocol crates.
error
Base error types for the asterisk-rs ecosystem.
event
Event bus for typed pub/sub within protocol clients.
types
Typed enums for Asterisk domain constants.