gwp 0.2.0

A standalone, pure Rust gRPC wire protocol for GQL (ISO/IEC 39075)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Generated protobuf types and gRPC service definitions.
//!
//! Re-exports the code generated by `prost` and `tonic` from
//! `proto/gql_types.proto` and `proto/gql_service.proto`.

#![allow(
    missing_docs,
    clippy::all,
    clippy::pedantic,
    clippy::nursery,
    unreachable_pub
)]

tonic::include_proto!("gql");