Async Rust client for the Asterisk Manager Interface (AMI).
AMI is a TCP-based protocol for monitoring and controlling Asterisk PBX. This crate provides a fully async client with typed actions, events, automatic reconnection, and MD5 challenge-response authentication.
Quick Start
use AmiClient;
async