sosaku
A crate for evaluating expressions against a set of bindings. It supports a variety of operators and functions, and can be used in a variety of contexts.
Installation
Add the crate to your project:
If you need serde/serde_json support, enable the serde feature:
Example Usage
[!NOTE] This example assumes you have the
serde_jsoncrate in your dependencies and theserdefeature enabled forsosaku.
use json;
use ;