Skip to content
New issue

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

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

Already on GitHub? # to your account

Add custom derive for Encode #52

Open
SSheldon opened this issue Feb 5, 2017 · 0 comments
Open

Add custom derive for Encode #52

SSheldon opened this issue Feb 5, 2017 · 0 comments

Comments

@SSheldon
Copy link
Owner

SSheldon commented Feb 5, 2017

Implementing derive for custom structs is tedious, but all the information it needs is in the declaration of the struct: the name, and the type and order of its members. We should be able to create a custom derive procedural macro to allow #[derive(Encode)].

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

No branches or pull requests

1 participant