-
Notifications
You must be signed in to change notification settings - Fork 28
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
Added negate operator '!' #54
Conversation
Hi. I'm using this library at work along with a java library too. We have some filters that are using the '!' to negate the expression and is not supported in rust. |
Great to hear the library is useful. |
closes #55 |
Looks like this needs more work.
The negate evaluates only the first expression, we need to be able to chain them |
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.
I see.
Thanks for catching it right up.
Thanks for the changes but
locally and reformat the files or the whole project using |
# Conflicts: # src/lib.rs
No description provided.