libspa-sys 0.10.0

Rust FFI bindings for libspa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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] FFI bindings for Rust.

These bindings are providing an unsafe API that can be used to interface with
[libspa].
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).

[libspa]: https://docs.pipewire.org/page_spa.html
[SPA]: https://docs.pipewire.org/page_spa.html

## Documentation

See the [crate documentation](https://pipewire.pages.freedesktop.org/pipewire-rs/libspa_sys/).