awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
graphql-rust avatar

graphql-rust/graphql-parser

0
View on GitHub↗
373 stars·81 forks·Rust·Apache-2.0·11 views

Graphql Parser

A graphql query language and schema definition language parser and formatter for rust

Features

  • Server Libraries - Parser and AST generator for GraphQL in Rust.

Star history

Star history chart for graphql-rust/graphql-parserStar history chart for graphql-rust/graphql-parser

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Graphql Parser

Similar open-source projects, ranked by how many features they share with Graphql Parser.
  • async-graphql/async-graphqlasync-graphql avatar

    async-graphql/async-graphql

    3,671View on GitHub↗

    async-graphql is a type-safe framework for building specification-compliant GraphQL servers in Rust. It uses procedural macros to automatically generate schemas from native language structures, ensuring consistency between the data model and the API specification. The project provides native support for Apollo Federation v2, allowing entities and fields to be shared and resolved across multiple distributed subgraphs. It also implements real-time data streaming via WebSocket subscriptions and asynchronous event streams. The framework includes a wide array of capabilities for schema design, su

    Rust
    View on GitHub↗3,671
  • burner/graphqldburner avatar

    burner/graphqld

    35View on GitHub↗

    A vibe.d library to handle the GraphQL Protocol written in the D Programming Language

    D
    View on GitHub↗35
  • codeneomatrix/diana.jlcodeneomatrix avatar

    codeneomatrix/Diana.jl

    115View on GitHub↗

    GraphQL for Julia

    Julia
    View on GitHub↗115
  • garymardell/graphql.crgarymardell avatar

    garymardell/graphql.cr

    1View on GitHub↗

    Oxide is a low level library that implements the core of GraphQL following the spec as closely as possible. The schema is defined by creating instances of core types (Schema, Field, Type, Argument...). This provides an AST which is used in both the execution and validation phases.

    Crystal
    View on GitHub↗1
See all 8 alternatives to Graphql Parser→

Frequently asked questions

What does graphql-rust/graphql-parser do?

A graphql query language and schema definition language parser and formatter for rust

What are the main features of graphql-rust/graphql-parser?

The main features of graphql-rust/graphql-parser are: Server Libraries.

What are some open-source alternatives to graphql-rust/graphql-parser?

Open-source alternatives to graphql-rust/graphql-parser include: async-graphql/async-graphql — async-graphql is a type-safe framework for building specification-compliant GraphQL servers in Rust. It uses… burner/graphqld — A vibe.d library to handle the GraphQL Protocol written in the D Programming Language. codeneomatrix/diana.jl — GraphQL for Julia. garymardell/graphql.cr — Oxide is a low level library that implements the core of GraphQL following the spec as closely as possible. The schema… graphql-crystal/graphql — GraphQL server library for Crystal. graphql-rust/juniper — Juniper is a GraphQL server library and schema engine for Rust. It provides a toolkit for building type-safe APIs by…