7 releases

0.1.6 May 19, 2021
0.1.5 May 19, 2021
0.1.4 Sep 28, 2020

#55 in #querying

Download history 7/week @ 2024-02-18 21/week @ 2024-02-25 8/week @ 2024-03-03 16/week @ 2024-03-10 6/week @ 2024-03-17 122/week @ 2024-03-31

146 downloads per month
Used in 4 crates (3 directly)

MIT/Apache

21KB
513 lines

Object Query

Simple abstraction for object queries. Examples of an object query would be the 1 and "id" in the JavaScript

console.log(users[1]["id"])

lib.rs:

A representation of querying an object by either a key or an index. Normally an type implements AccessNext and AccessNextMut. The json feature will implement this for the serde_json::Value type

Dependencies

~250KB