-
Notifications
You must be signed in to change notification settings - Fork 58
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
Compiler: Add gen mod for more convenient to use #232
Conversation
Hi @jokemanfire, I think it would be better if you can add some UT or directly use gen_mod in the example. thanks |
BTW, The CI failed |
OK I will change it. |
767db9b
to
088d8b1
Compare
@jokemanfire I have formatted the code and have deleted |
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.
LGTM, thanks @jokemanfire, @lifupan, @teawater, @wllenyj PTAL, thanks
while use customize ,you can use gen_mod to generate mod.rs. Signed-off-by: jokemanfire <[email protected]>
while use customize ,you can use gen_mod to generate mod.rs.