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

Feature/release 0.2.0 add enum support #5

Merged
merged 4 commits into from
May 29, 2024

Commits on May 29, 2024

  1. - Renamed field property from impl -> into

    - Added "cloned" field property which generates a value by cloning a reference type
    - Added "iter" field property which generates a value by calling .into_iter().collect() on the passed paramter
    - Added new "expr" property variants: expr!(EXPR) and expr(TYPE -> EXPR)
    - Restructured project
    - Updated README
    ImaMapleTree committed May 29, 2024
    Configuration menu
    Copy the full SHA
    efc26a0 View commit details
    Browse the repository at this point in the history
  2. - added support for enums

    - variant constructors can be renamed (or be added) by using #[ctor] config on variant branch
    ImaMapleTree committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2536c4b View commit details
    Browse the repository at this point in the history
  3. - added ability to exclude enum variation ctor generation with `#[cto…

    …r(none)]`
    
    - updated README and test cases
    ImaMapleTree committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9c4df0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef22785 View commit details
    Browse the repository at this point in the history