| Crates.io | protograph |
| lib.rs | protograph |
| version | 0.1.0 |
| created_at | 2025-12-21 17:52:41.337062+00 |
| updated_at | 2025-12-21 17:52:41.337062+00 |
| description | GraphQL-first Rust library with compile-time N+1 prevention |
| homepage | https://github.com/alexchoi0/protograph |
| repository | https://github.com/alexchoi0/protograph |
| max_upload_size | |
| id | 1998382 |
| size | 33,579 |
GraphQL-first Rust library with compile-time N+1 prevention.
This is the umbrella crate that re-exports all protograph sub-crates.
For most users, add these to your Cargo.toml:
[dependencies]
protograph-runtime = "0.1"
[build-dependencies]
protograph-build = "0.1"
See the repository for full documentation.
protograph::core - SDL parsing and AST typesprotograph::codegen - Proto and Rust code generationprotograph::runtime - Runtime types and re-exportsprotograph::build - Build script APIMIT OR Apache-2.0