-
Notifications
You must be signed in to change notification settings - Fork 28
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
Allow to nest structs of arrays #41
Conversation
6b6b825
to
05879c3
Compare
@Luthaf Please review again if you have time~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for you patience, I've had very limited time to work on this crate over the past months.
The new implementation looks pretty good, I would like to see some more documentation on the approach taken & the new functions added.
Add a module in each doc test to workaround rust-lang/rust#83583 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good! Thanks for sticking around and carrying this to completion! If you want to rebase & cleanup the history feel free to, otherwise I'll squash merge the PR.
Squash will be great :) |
This is published on crates.io in soa_derive_internal v0.11.1 |
Nice! |
An implementation of #29
Any advice for refactoring this PR is welcome :) @Luthaf @copying