Docs.rs
graphos-adapters-0.1.0
graphos-adapters 0.1.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
StevenBtw
Dependencies
bincode ^2.0
normal
byteorder ^1.5
normal
bytes ^1.9
normal
crc32fast ^1.4
normal
crossbeam ^0.8
normal
graphos-common ^0.1.0
normal
graphos-core ^0.1.0
normal
hashbrown ^0.16.1
normal
memmap2 ^0.9
normal
parking_lot ^0.12
normal
serde ^1.0
normal
smallvec ^1.13
normal
thiserror ^2.0
normal
tokio ^1.43
normal
tracing ^0.1
normal
proptest ^1.6
dev
tempfile ^3.15
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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 query
graphos_
adapters
0.1.0
Module query
Module Items
Modules
In crate graphos_
adapters
graphos_adapters
Module
query
Copy item path
Source
Expand description
Query language parsers.
This module provides parsers for different query languages:
gql
- GQL parser (ISO/IEC 39075:2024)
[
cypher
] - Cypher parser (openCypher 9.0, feature-gated)
Modules
ยง
gql
GQL (Graph Query Language) parser.