Skip to content

libspa: Convert enums that represent C enum to newtype around C enum

Tom Wagner requested to merge ryuukyu/pipewire-rs:enums-to-newtypes into main

Implements #51 (closed) for the libspa crate.

Haven't touched the pipewire crate yet as enums there can't be translated perfectly because the error variant contains the actual error string.

Merge request reports