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

Parse escape sequeces in macros #47

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    8f859b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Parse escapes in Proc macro

    If a string with escape sequences is passed any macro this will
    parse the escapes. This will parse all escapes listed in the rust
    reference except for \u{XXXX} Unicode escapes because non ascii is not
    supported
    
    All in the name of not adding syn to Cargo.toml
    ironhaven committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    ee55e97 View commit details
    Browse the repository at this point in the history