Docs.rs
rsonpath-lib-0.5.0
rsonpath-lib 0.5.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
V0ldek
Dependencies
cfg-if ^1.0.0
normal
log ^0.4.19
normal
memchr ^2.5.0
normal
memmap2 ^0.7.0
normal
nom ^7.1.3
normal
replace_with ^0.1.7
normal
smallvec ^1.10.0
normal
static_assertions ^1.1.0
normal
thiserror ^1.0.40
normal
vector-map ^1.0.1
normal
itertools ^0.10.5
dev
pretty_assertions ^1.3.0
dev
proptest ^1.2.0
dev
test-case ^3.1.0
dev
eyre ^0.6.8
build
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module recursive
Structs
?
Module
rsonpath
::
engine
::
recursive
source
·
[
−
]
Expand description
Reference implementation of a JSONPath query engine with recursive descent.
Structs
RecursiveEngine
Recursive implementation of the JSONPath query engine.