add contributing section
add some documentation
add cmd/podtest
This library implements the Pipewire SPA POD data format.
The implementation currently has basic functionality but is easy to extend.
git subtree -P vendor/hare-spapod/ add https://git.sr.ht/~vladh/hare-spapod main
There is a small test you can run with make run
.
Send patches to ~vladh/general@lists.sr.ht
using subject prefix [PATCH hare-spapod]
. For example:
git config sendemail.to '~vladh/general@lists.sr.ht'
git config format.subjectPrefix 'PATCH hare-spapod'
git send-email HEAD^
For more information, see git-send-email.io.