Packages
rust_graphql_parser
0.1.0
GraphQL parser implemented as a nif in Rust using Rustler. Converts GraphQL documents to an Absinthe.Language representation.
Current section
Files
Jump to
Current section
Files
native/graphqlparser_native/Cargo.toml
[package]
name = "graphqlparser_native"
version = "0.1.0"
authors = []
edition = "2018"
[lib]
name = "graphqlparser_native"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.25.0"
graphql-parser = "0.4.0"