cynic-parser

Crates.iocynic-parser
lib.rscynic-parser
version0.8.0
sourcesrc
created_at2024-01-23 21:01:45.94808
updated_at2024-11-07 19:12:09.300669
descriptionA fast, correct and easy to use GraphQL parser
homepagehttps://docs.rs/cynic-parser
repositoryhttps://github.com/obmarg/cynic
max_upload_size
id1111190
size2,375,808
Graeme Coupar (obmarg)

documentation

https://docs.rs/cynic-parser

README

cynic-parser

A fast, correct and easy to use GraphQL parser

Crate Info API Docs Discord Chat

Documentation | Examples | Changelog

cynic-parser is a GraphQL parser - it is part of cynic but can also be used as a standalone parser.

Design Goals

  • Fast to parse
  • Fast to compile
  • Correct and up to date
  • Easy to use
  • Minimal memory use

Features

  • Support for parsing executable and type system documents compatible with the 2021 GraphQl specification or earlier.
  • Fancy error reports on failure.
  • A prettier compatible pretty printer for GraphQl documents.
Commit count: 894

cargo fmt