pipewire-sys 0.8.0

Rust FFI bindings for PipeWire
# pipewire-sys [![]https://img.shields.io/crates/v/pipewire-sys.svg]https://crates.io/crates/pipewire-sys [![]https://docs.rs/pipewire-sys/badge.svg]https://docs.rs/pipewire-sys

[PipeWire](https://pipewire.org) FFI bindings for Rust.

These bindings are providing an unsafe API that can be used to interface with
[PipeWire](https://pipewire.org).
Generally they are meant to be used as the building block for higher-level abstractions like
the [PipeWire safe bindings](https://crates.io/crates/pipewire).

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/pipewire_sys/).