-
Notifications
You must be signed in to change notification settings - Fork 0
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
Libify validation #7
Conversation
- Returns `Result<()>` instead of bools from validation method - Removes `validate_str` - Adds crate-specific error based on `thiserror` - Adds some doctests
@gadomski I tried to merge most of the stuff you had in taking into account the changes I had made, I think that I conceptually at least got most of the stuff you had done in there, but there may be some other things that will need another PR. I'll wait for the thumbs up from you to merge this one. |
@gadomski The inline testing of the doc examples is crazy slick! |
@bitner fysa I'm working on another PR that will change the |
@gadomski I'm done working on this for the week, so no worries about any more crossed PRs! |
Merge in changes from #4