3 releases (breaking)

new 0.3.0 Mar 20, 2025
0.2.0 Nov 20, 2024
0.1.0 Mar 17, 2024

#57 in #screen

Download history 22/week @ 2024-11-30 10/week @ 2024-12-07 1/week @ 2024-12-14 9/week @ 2025-02-01 11/week @ 2025-02-08 2/week @ 2025-02-15 3/week @ 2025-02-22 45/week @ 2025-03-01 7/week @ 2025-03-08 59/week @ 2025-03-15

115 downloads per month
Used in ssip-client-async

Apache-2.0 OR MIT

28KB
671 lines

ssip-common

This 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-gnu
  • x86_64-unknown-linux-musl
  • wasm32-unknown-unknwon
  • wasm32-wasi
  • aarch64-unknown-linux-musl
  • aarch64-unknwon-linux-gnu
  • x86_64-unknwon-freebsd
  • x86_64-unknwon-openbsd
  • x86_64-pc-windows-msvc

All these are tested in our CI, and feel free to open an issue if you'd like to add another officially supported architecture.

Dependencies

~0.3–1.2MB
~28K SLoC