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

deriving default on Joins so that we can derive Default on our models #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eboody
Copy link

@eboody eboody commented Dec 15, 2024

As it stands we cant derive Default on our models if we have a Join in them. This attempts to address that.

@kurtbuilds
Copy link
Owner

looks good, thank you!

Just as a warning, the Join functionality is still very much alpha/WIP and very incomplete. Very happy to merge in PRs and support finishing it, just wanted to share the warning.

@eboody
Copy link
Author

eboody commented Dec 15, 2024

no problem! Hopefully as i get more familiar with the crate I'll be able to help in more substantive ways!

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.

2 participants