Docs.rs
protoql-0.8.0
protoql 0.8.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
rescrv
Dependencies
buffertk ^0.13
normal
nom ^7.1
normal
prototk ^0.13
normal
prototk_derive ^0.13
normal
sst ^0.18
normal
tuple_key ^0.13
normal
tuple_key_derive ^0.11
normal
zerror ^0.8
normal
zerror_core ^0.13
normal
zerror_derive ^0.7
normal
proptest ^1.0
dev
Versions
3.05%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
protoql
0.8.0
In protoql::
parser
protoql
::
parser
Function
query_exprs
Copy item path
Source
pub fn query_exprs( input: &
str
, ) ->
IResult
<&'_
str
,
Vec
<
Query
>,
VerboseError
<&'_
str
>>