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

Use syn-mid instead of syn + "full" #814

Merged
merged 1 commit into from
Oct 21, 2021

Commits on Oct 20, 2021

  1. Use syn-mid instead of syn + "full"

    Neon's use of syn is for the #[neon::main] macro, but that doesn't
    actually have to parse the function body to do its work. syn-mid
    treats the body as an opaque blob, which should be a little faster.
    jrose-signal committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    e6a9683 View commit details
    Browse the repository at this point in the history