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 EnumIntoPy derive macro #29

Merged
merged 7 commits into from
Dec 5, 2022
Merged

Add EnumIntoPy derive macro #29

merged 7 commits into from
Dec 5, 2022

Commits on Dec 5, 2022

  1. define enum_into_py macro

    Kevin Heavey authored and Kevin Heavey committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    10e9f1a View commit details
    Browse the repository at this point in the history
  2. make it a derive macro

    Kevin Heavey authored and Kevin Heavey committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    e0c1ea5 View commit details
    Browse the repository at this point in the history
  3. try using EnumIntoPy

    Kevin Heavey authored and Kevin Heavey committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    d250a00 View commit details
    Browse the repository at this point in the history
  4. use EnumIntoPy where appropriate

    Kevin Heavey authored and Kevin Heavey committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    8e8979a View commit details
    Browse the repository at this point in the history
  5. update changelog

    Kevin Heavey authored and Kevin Heavey committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    52452c6 View commit details
    Browse the repository at this point in the history
  6. typo

    Kevin Heavey authored and Kevin Heavey committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    2b218f4 View commit details
    Browse the repository at this point in the history
  7. fix doc

    Kevin Heavey authored and Kevin Heavey committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    99bdfea View commit details
    Browse the repository at this point in the history