We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello guys,
I need to add a feature in json-logic-rs to let the user defines a custom operator.
json-logic-rs
See: https://jsonlogic.com/add_operation.html
PyO3 makes this feature possible: https://pyo3.rs/
However, json-logic-rs uses CPython and I don't find any resource on that.
Are you OK with this feature and what do you think about helping me to integrate that into the code base as I'm new in the project.
I already tested the func.rs and it's not working and can't meet my need.
func.rs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello guys,
I need to add a feature in
json-logic-rs
to let the user defines a custom operator.See: https://jsonlogic.com/add_operation.html
PyO3 makes this feature possible: https://pyo3.rs/
However,
json-logic-rs
uses CPython and I don't find any resource on that.Are you OK with this feature and what do you think about helping me to integrate that into the code base as I'm new in the project.
I already tested the
func.rs
and it's not working and can't meet my need.The text was updated successfully, but these errors were encountered: