rq
rq copied to clipboard
Support SMILE format
Content of the PR is what it says on the tin.
The SMILE format is arguably somewhat niche, but the author of the serde_smile crate is well known (understatement) and I would be happy to see it supported for my "chunk messages for some Flink application into Kafka topics" needs.
Imho, the core advantage of SMILE over similar formats like CBOR is that if you have a JSON structure like: [{"asdf":42},{"asdf":43},{"asdf":44}], the string "asdf" will only be contained in the SMILE binary once.
Updated for CI and merge conflict reasons.