Crates.io | serde-matcher |
lib.rs | serde-matcher |
version | 0.1.2 |
source | src |
created_at | 2022-12-18 11:38:47.741959 |
updated_at | 2022-12-18 19:03:46.043337 |
description | DEPRECATED: moved to serde_json_matcher |
homepage | |
repository | |
max_upload_size | |
id | 740349 |
size | 24,618 |
Implements a matcher for serde_json::Value
s using the MongoDB query language in Rust.
Currently supports $eq
, $in
, $ne
, $nin
, $and
, $not
, $or
, $type
and $nor
.