Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Make inner fields of encoded data public #3

Merged
merged 1 commit into from
Dec 14, 2018

Conversation

lukesteensen
Copy link
Contributor

Fixes #2. It's not the best interface in the world, but this at least makes the data accessible.

A better solution would be to get rid of these types entirely and just insert the appropriate {de,}serialize_with annotations on the generated struct fields themselves. I started down that road, but afaict it's blocked on serde-rs/serde#723 due to the nested types in the SQS structs.

Copy link
Contributor

@LegNeato LegNeato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I'm ok with this interface for now.

@LegNeato LegNeato merged commit 902bb9e into calavera:master Dec 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants