Rust SSIP Client

build status license

Speech Dispatcher SSIP client library in pure rust.

Example

rust use ssip_client::{new_default_fifo_client, ClientName}; let mut client = new_default_fifo_client(&ClientName::new("joe", "hello"), None)?; let msg_id = client.say_line("hello")?; client.quit()?;

License

This software is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.