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

#1416 in HTTP server

Download history 13302/week @ 2025-01-02 17267/week @ 2025-01-09 18307/week @ 2025-01-16 18791/week @ 2025-01-23 21032/week @ 2025-01-30 24438/week @ 2025-02-06 21967/week @ 2025-02-13 20502/week @ 2025-02-20 21810/week @ 2025-02-27 20515/week @ 2025-03-06 16912/week @ 2025-03-13 16569/week @ 2025-03-20 16734/week @ 2025-03-27 19683/week @ 2025-04-03 19017/week @ 2025-04-10 18835/week @ 2025-04-17

77,554 downloads per month
Used in 64 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