cloudevents / sdk-rust

Rust library to interact with CloudEvents
Apache License 2.0
177 stars 61 forks source link

Add AttributeValue::Binary; align order of AttributeValue with spec #238

Open bobby opened 2 months ago

bobby commented 2 months ago

Currently, the Binary type from the specification isn't included in the AttributeValue enum, which misaligns serialization/deserialization to/from various formats including protobuf/prost. This PR adds support for Binary attribute values.

bobby commented 1 week 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.