31 releases (7 breaking)

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

#806 in HTTP server

Download history 13615/week @ 2024-09-27 14853/week @ 2024-10-04 15917/week @ 2024-10-11 21134/week @ 2024-10-18 19167/week @ 2024-10-25 16807/week @ 2024-11-01 19510/week @ 2024-11-08 18350/week @ 2024-11-15 15355/week @ 2024-11-22 16085/week @ 2024-11-29 18935/week @ 2024-12-06 16594/week @ 2024-12-13 6741/week @ 2024-12-20 6481/week @ 2024-12-27 14212/week @ 2025-01-03 14456/week @ 2025-01-10

44,969 downloads per month
Used in 43 crates (6 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