protograph

Crates.ioprotograph
lib.rsprotograph
version0.1.0
created_at2025-12-21 17:52:41.337062+00
updated_at2025-12-21 17:52:41.337062+00
descriptionGraphQL-first Rust library with compile-time N+1 prevention
homepagehttps://github.com/alexchoi0/protograph
repositoryhttps://github.com/alexchoi0/protograph
max_upload_size
id1998382
size33,579
Alex Choi (alexchoi0)

documentation

README

protograph

GraphQL-first Rust library with compile-time N+1 prevention.

This is the umbrella crate that re-exports all protograph sub-crates.

Quick Start

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.

Sub-crates

  • protograph::core - SDL parsing and AST types
  • protograph::codegen - Proto and Rust code generation
  • protograph::runtime - Runtime types and re-exports
  • protograph::build - Build script API

License

MIT OR Apache-2.0

Commit count: 0

cargo fmt