Expand description
GWP - A standalone, pure Rust gRPC wire protocol for GQL (ISO/IEC 39075).
This crate provides the protobuf type definitions, gRPC service implementations, and client library for communicating GQL queries and results over the wire.
Modulesยง
- client
- Ergonomic Rust client for the GQL wire protocol.
- error
- Crate error types for the GQL wire protocol.
- proto
- Generated protobuf types and gRPC service definitions.
- server
- gRPC server implementation.
- status
- GQLSTATUS code constants and helpers (ISO/IEC 39075 Chapter 23).
- types
- Ergonomic Rust types for the GQL type system.