rust-avro
rust-avro copied to clipboard
Encoding support
I've started working on support for encoding values, with the int64 as a starting point.
The API I'm going with is:
pub fn encode<W: Write>(writer: &mut W, schema: &Schema, value: &Value) -> Result<(), EncodeError>
Is this something you're interested in? I can open a PR if you want.
Yes, that looks good. A pull request would be welcome.
See #5 It's not completely satisfying, but that's a start.
Is this really still an open issue?