Open bobby opened 2 months ago
Hello maintainers @jcrossley3 @linuxbasic, @slinkydeveloper, @Lazzaretti,
Thank you for this library, your work is very much appreciated!
Any interest in this contribution? This issue was blocking me, and so I assume I'm not the only one bitten.
Currently, the
Binary
type from the specification isn't included in theAttributeValue
enum, which misaligns serialization/deserialization to/from various formats including protobuf/prost. This PR adds support for Binary attribute values.