Docs.rs
nom-sql-0.0.11
nom-sql 0.0.11
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ms705
Dependencies
nom ^5.0.1
normal
serde ^1.0
normal
serde_derive ^1.0
normal
pretty_assertions ^0.5.1
dev
Versions
1.74%
of the crate is documented
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
nom_sql
0.0.11
In nom_
sql::
parser
nom_sql
::
parser
Function
parse_query
Copy item path
Source
pub fn parse_query<T>(input: T) ->
Result
<
SqlQuery
, &'static
str
>
where T:
AsRef
<
str
>,