protograph-codegen
Code generation for protograph.
This crate generates:
.protofiles with batch RPCs- Rust structs and async-graphql objects
- DataLoader implementations
- Service traits
Usage
This is an internal crate. Most users should use protograph-build instead.
use ;
let proto = generate_proto;
let rust = generate_rust;
License
MIT OR Apache-2.0