-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add a node variant #191
Add a node variant #191
Conversation
Codecov Report
@@ Coverage Diff @@
## master #191 +/- ##
==========================================
+ Coverage 16.82% 17.16% +0.33%
==========================================
Files 46 46
Lines 5879 5903 +24
Branches 698 698
==========================================
+ Hits 989 1013 +24
+ Misses 4490 4488 -2
- Partials 400 402 +2
Continue to review full report at Codecov.
|
47fbc84
to
c281254
Compare
Is this patch just aim to hide the |
Yep, the main goal consists of hiding That's why I wanted to hide the library that handles nodes, and at the same time, the entire |
2f53ea6
to
862ee71
Compare
This one seems a bit complicated instead, I couldn't think an alternative solution |
Please rebase. |
Done. |
* Add a node variant * Use the node variant in the code * Document node variant
This variant hides the crate used to handle nodes in the code.
Thanks in advance for your review! :)