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 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

Manishearth and others added 2 commits Dec 17, 2016
…d in release mode; test that it roudtrips
@SimonSapin
Copy link
Member

SimonSapin commented Dec 19, 2016

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
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.