| Crates.io | ssip-common |
| lib.rs | ssip-common |
| version | 0.1.0 |
| created_at | 2023-06-17 09:49:08.888474+00 |
| updated_at | 2023-06-17 09:49:08.888474+00 |
| description | Common data types used for clients and servers using the SSIP protocol. |
| homepage | http://htmlpreview.github.io/?https://github.com/brailcom/speechd/blob/master/doc/ssip.html |
| repository | https://github.com/odilia-app/ssip-client-async/ |
| max_upload_size | |
| id | 892805 |
| size | 24,961 |
ssip-commonThis common crate contains the core types used by the ssip-client-async crate, although more crates may use this in the future.
This primary goal is simply to model all requests and responses for communication with the SSIP server. There is not reason this could not be used to model a server as well, but there is not Rust implementation of this.
This crate is also used by the Odilia screen reader project, whose members maintain this crate.
Note that this crate can be compiled to many architectures: any Rust target that has std available should be able to compile this crate.
This includes:
x86_64-unknown-linux-gnux86_64-unknown-linux-muslwasm32-unknown-unknwonwasm32-wasiaarch64-unknown-linux-muslaarch64-unknwon-linux-gnux86_64-unknwon-freebsdx86_64-unknwon-openbsdx86_64-pc-windows-msvcAll these are tested in our CI, and feel free to open an issue if you'd like to add another officially supported architecture.