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

Re-implement #[derive(Queryable)] using Macros 1.1 #458

Merged
merged 1 commit into from
Oct 3, 2016

Commits on Oct 3, 2016

  1. Re-implement #[derive(Queryable)] using Macros 1.1

    This was extracted from #453. Going forward Macros 1.1 is the intended
    path of stabilization for procedural macros, so `diesel_codegen` will
    need to be rewritten to use it.
    
    Much of the helper code around this is a direct port of the libsyntax
    version of our code, rewritten to use `syn` instead.
    sgrif committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    3cfbf25 View commit details
    Browse the repository at this point in the history