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

Derive FromValue and FromValueRef #26

Closed
MarkMcCaskey opened this issue Apr 23, 2017 · 2 comments
Closed

Derive FromValue and FromValueRef #26

MarkMcCaskey opened this issue Apr 23, 2017 · 2 comments

Comments

@MarkMcCaskey
Copy link

It would be nice to be able to derive these, like Serde's Serialize and Deserialize traits. I can look into doing this, if this sounds like a good idea to you.

@murarth
Copy link
Owner

murarth commented Apr 23, 2017

Oh, yes. This would be a good idea. I had always intended to do this, but it's slipped my mind since procedural macros were stabilized. I'll start work on this shortly. It shouldn't take long.

@murarth
Copy link
Owner

murarth commented Apr 23, 2017

Ta-da. Just created the ketos_derive crate (and published a new version of ketos that uses it for tests). The crate doc has the list of derives supported.

@murarth murarth closed this as completed Apr 23, 2017
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

2 participants