# libspa-sys [![](https://img.shields.io/crates/v/libspa-sys.svg)](https://crates.io/crates/libspa-sys) [![](https://docs.rs/libspa-sys/badge.svg)](https://docs.rs/libspa-sys) [Spa](https://pipewire.org) FFI bindings for Rust. These bindings are providing an unsafe API that can be used to interface with [libspa](https://pipewire.org). Generally they are meant to be used as the building block for higher-level abstractions like the [libspa safe bindings](https://crates.io/crates/libspa). The bindings are autogenerated using [rust-bindgen](https://github.com/rust-lang/rust-bindgen). ## Documentation See the [crate documentation](https://pipewire.pages.freedesktop.org/pipewire-rs/libspa_sys/).