libgraphql-parser 0.0.5

A blazing fast, error-focused, lossless GraphQL parser for schema, executable, and mixed documents.
Documentation
1
2
3
4
5
6
7
8
9
10
mod graphql_token_kind_block_string_parsing_tests;
mod graphql_token_kind_tests;
mod graphql_token_tests;
mod str_graphql_token_source_lex_block_string_byte_scanning_tests;
mod str_graphql_token_source_lex_comment_byte_scanning_tests;
mod str_graphql_token_source_lex_name_byte_scanning_tests;
mod str_graphql_token_source_peek_consume_ascii_fast_path_tests;
mod str_graphql_token_source_skip_whitespace_byte_scanning_tests;
mod str_graphql_token_source_trivia_config_tests;
mod str_to_graphql_token_source_tests;