JsonLogic implemented with a Rust backend. Provides fast evaluation of JsonLogic rules in Python. Current version 0.5.0, active development.
pip install jsonlogic-rsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Apply a simple JsonLogic rule to data.
Use 'import jsonlogic' and 'pip install jsonlogic-rs'.
Expect bool, int, float, str, list, dict, or None.
Update to >=0.5.0 and use 'jsonlogic.apply(rule, data)'.
No dependency data recorded yet.