33 releases (8 breaking)

0.9.1 Feb 20, 2025
0.8.7 Dec 3, 2024
0.8.6 Nov 28, 2024
0.4.5 Jun 19, 2024
0.2.0 Mar 25, 2024

#721 in HTTP server

Download history 17315/week @ 2025-01-14 20584/week @ 2025-01-21 18940/week @ 2025-01-28 22775/week @ 2025-02-04 23399/week @ 2025-02-11 22480/week @ 2025-02-18 19675/week @ 2025-02-25 22244/week @ 2025-03-04 18474/week @ 2025-03-11 16229/week @ 2025-03-18 16601/week @ 2025-03-25 18622/week @ 2025-04-01 18857/week @ 2025-04-08 16541/week @ 2025-04-15 22748/week @ 2025-04-22 13467/week @ 2025-04-29

75,104 downloads per month
Used in 67 crates (8 directly)

MPL-2.0 license

1MB
33K 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