31 releases (7 breaking)

new 0.8.7 Dec 3, 2024
0.8.6 Nov 28, 2024
0.7.1 Oct 25, 2024
0.4.5 Jun 19, 2024
0.2.0 Mar 25, 2024

#728 in HTTP server

Download history 8618/week @ 2024-08-17 10023/week @ 2024-08-24 11551/week @ 2024-08-31 11818/week @ 2024-09-07 11078/week @ 2024-09-14 13234/week @ 2024-09-21 13561/week @ 2024-09-28 15462/week @ 2024-10-05 16729/week @ 2024-10-12 21264/week @ 2024-10-19 18097/week @ 2024-10-26 17584/week @ 2024-11-02 18773/week @ 2024-11-09 19564/week @ 2024-11-16 14135/week @ 2024-11-23 17106/week @ 2024-11-30

73,181 downloads per month
Used in 27 crates (4 directly)

MPL-2.0 license

1MB
32K SLoC

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.

Dependencies

~3MB
~20K SLoC