Skip to content

spa pod parser: Return string with data lifetime instead of parser lifetime

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

Returning the string with the lifetime of the raw pod instead of the raw data lets users use the string slice after the parser has been destroyed or similar.

Merge request reports