Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encoding support #4

Open
divarvel opened this issue Oct 14, 2016 · 3 comments
Open

Encoding support #4

divarvel opened this issue Oct 14, 2016 · 3 comments

Comments

@divarvel
Copy link
Contributor

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.

@jminer
Copy link
Owner

jminer commented Oct 15, 2016

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

@divarvel
Copy link
Contributor Author

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

@softprops
Copy link

Is this really still an open issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants