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

Conversation

ImaMapleTree
Copy link
Owner

No description provided.

- 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
- variant constructors can be renamed (or be added) by using #[ctor] config on variant branch
@ImaMapleTree ImaMapleTree merged commit 78462e9 into main May 29, 2024
1 check passed
@ImaMapleTree ImaMapleTree deleted the feature/release-0.2.0-add-enum-support branch May 29, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant