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

Add an external Serde code generator #254

Closed
wants to merge 2 commits into from

Conversation

erickt
Copy link

@erickt erickt commented Dec 17, 2016

This builds upon #252 to use an external serde code generator to avoid forcing downstream components to use serde_codegen. If Url and Host ever need to be modified, just update src/codegen/url.rs.in and src/codegen/host.rs.in, then run cd serde-code-generator && cargo run.


This change is Reviewable

@SimonSapin
Copy link
Member

Thanks Erick! That’s an interesting pattern.

Closing as #259 removes the need for this, though.

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

Successfully merging this pull request may close these issues.

3 participants