-
Notifications
You must be signed in to change notification settings - Fork 17
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
Implement proc macro feature. #11
base: master
Are you sure you want to change the base?
Conversation
[dependencies] | ||
fnv = "1.0" | ||
quick-error = "1.2" | ||
rusty-fork-macro = { path = "rusty-fork-macro", optional = true } |
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.
Should this even be optional?
@daxpedda: I'd like to use Are there any plans to merge this? If you need additional community help to finish this, I'm happy to contribute. |
I will take a look at it, if anybody who his responsible for the project can answer some of my questions above that would be splendid. |
So looking through hit again, I realized that this PR is not as clean as I would like it. |
8541b1c
to
5a8e54f
Compare
I cleaned everything up now:
This is now only blocked on #10, which again, is ready to be merged as far as I am concerned. |
Implement proc macro alternative to
rusty_fork_test!
.Theres a bit of documentation missing and maybe more unit tests could help, I'm willing to do it, but would like some direction.
Fixes #9.
Blocked on #10.