7 releases

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

#59 in #querying

Download history 10/week @ 2024-02-19 20/week @ 2024-02-26 8/week @ 2024-03-04 14/week @ 2024-03-11 6/week @ 2024-03-18 28/week @ 2024-04-01 3/week @ 2024-04-08 23/week @ 2024-04-15

54 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