Skip to content

pod: add Object support

Guillaume Desmottes requested to merge gdesmott/pipewire-rs:pod-object into main

Allow to deserialize an object pod to a Value::Object.

@ryuukyu : Turns out this Visitor patterns makes adding Object support quite easy! I'll add an example of deserialization to an actual struct tomorrow but you can already take a look.

Merge request reports