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

Deserialize into a fixed-size array #10

Closed
dtolnay opened this issue May 6, 2017 · 4 comments
Closed

Deserialize into a fixed-size array #10

dtolnay opened this issue May 6, 2017 · 4 comments

Comments

@dtolnay
Copy link

dtolnay commented May 6, 2017

Feedback from shssoichiro/avsser#2 (comment):

I will say I wish that the hex crate could deserialize into a fixed-size array, like rustc-serialize could. I found a better way to do it in this crate (because the hex strings were UUIDs), but it would still be a good functionality to have.

@LukasKalbertodt
Copy link
Contributor

Added in #11 (for arrays up to size 16, but that can easily be extended)

@zrkn
Copy link

zrkn commented Oct 19, 2017

Any plans for releasing it to crates.io?

@KokaKiwi
Copy link
Owner

I'm thinking about publishing a 0.3.0 version in crates.io with the current changes, and publishing a 0.3.1 with #13, which seems to me to be a sufficiently good way to do this thing

@KokaKiwi
Copy link
Owner

I published a 0.3.0 version with latest changes (minus #13), so I'm closing this 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

4 participants