Docs.rs
oxigdal-query-0.1.3
oxigdal-query 0.1.3
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cool-japan
Dependencies
ahash ^0.8
normal
async-trait ^0.1
normal
blake3 ^1
normal
byteorder ^1
normal
bytes ^1
normal
chrono ^0.4
normal
crossbeam ^0.8
normal
crossbeam-channel ^0.5
normal
dashmap ^6
normal
futures ^0.3
normal
geo ^0.32
normal
geo-types ^0.7
normal
oxigdal-core ^0.1
normal
parking_lot ^0.12
normal
rayon ^1
normal
rstar ^0.12
normal
serde ^1
normal
serde_json ^1
normal
sqlparser ^0.61
normal
thiserror ^2
normal
tokio ^1
normal
tracing ^0.1
normal
approx ^0.5
dev
criterion ^0.8
dev
proptest ^1
dev
tempfile ^3
dev
tracing-subscriber ^0.3
dev
Versions
100%
of the crate is documented
Platform
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
Skip to main content
Module parser
oxigdal_
query
0.1.3
Module parser
Module Items
Re-exports
Modules
In crate oxigdal_
query
oxigdal_query
Module
parser
Copy item path
Source
Expand description
Query language parser.
Re-exports
§
pub use sql::
parse_sql
;
pub use
ast
::*;
Modules
§
ast
Abstract Syntax Tree definitions for query language.
sql
SQL parser implementation.