-
Notifications
You must be signed in to change notification settings - Fork 47
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
feat: Implement overriding API methods and correct inconsistent naming #47
Conversation
e511ec3
to
c806d78
Compare
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.
Please remove ()
from function names in the documentation - for consistency with other Rust projects.
Example: from_path_override()
becomes from_path_override
.
392628a
to
1384768
Compare
1384768
to
9445db1
Compare
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.
Very good. Thank you for the changes.
This is a successor to #17 and the preferred alternative to #46.
This PR
from_read()
.