rust-avro icon indicating copy to clipboard operation
rust-avro copied to clipboard

Encoding support

Open divarvel opened this issue 9 years ago • 3 comments

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.

divarvel avatar Oct 14 '16 15:10 divarvel

Yes, that looks good. A pull request would be welcome.

jminer avatar Oct 15 '16 23:10 jminer

See #5 It's not completely satisfying, but that's a start.

divarvel avatar Oct 20 '16 11:10 divarvel

Is this really still an open issue?

softprops avatar Aug 04 '18 06:08 softprops