-
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
Does not support generics. #35
Comments
Yes, that's something that would be nice to implement, and should not be too hard. Unfortunately, I have very limited time to work on this crate, so this would be a good candidate for an external contribution! It should only be a matter of storing the generic parameters and bounds in the |
My god this looks like so much work... |
To be honest I'd love to work on it. Unfortunately right now I don't really have the time for it (and single length would come first anyways). I'd love to talk about project reorganization to code this features more easier (the more advanced the features the more I tend to hurt myself with it). |
Hm for the single length thing perhaps just make the storage generic and use a HList? |
I really don't see how a HList would help here, could you clarify? EDIT: moved the discussion to #19 (comment)
I'm open to changes in this crate code organization: while none of the code is very complex, it can be a bit daunting to make changes, and the compiler error messages are not very helpful when you make a typo/miss a bound somewhere. Please open an issue with your proposition! |
If I have something like:
the derive command causes errors.
The text was updated successfully, but these errors were encountered: