libgraphql-parser 0.0.5

A blazing fast, error-focused, lossless GraphQL parser for schema, executable, and mixed documents.
Documentation
1
2
3
4
5
6
7
8
9
//! Property test modules asserting parser correctness invariants.
//!
//! Written by Claude Code, reviewed by a human.

mod ast_faithfulness_tests;
mod differential_tests;
mod negative_tests;
mod round_trip_tests;
mod spec_conformance_tests;