Docs.rs
  • apollo-parser-0.6.0
    • apollo-parser 0.6.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • lrlna
    • github:apollographql:rust-platform
    • Dependencies
      • rowan ^0.15.5 normal
      • thiserror ^1.0.30 normal
      • annotate-snippets ^0.9.1 dev
      • anyhow ^1.0.66 dev
      • apollo-encoder ^0.6.0 dev
      • criterion ^0.5.0 dev
      • expect-test ^1.4 dev
      • indexmap ^2.0.0 dev
      • miette ^3.2.0 dev
      • pretty_assertions ^1.3.0 dev
      • unindent ^0.2.1 dev
    • Versions
    • 41.18% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate apollo_parser

  • Macros
  • Structs
  • Enums
  • Traits
  • Type Definitions
?
Change settings

List of all items

Structs

  • Error
  • Lexer
  • LimitTracker
  • Parser
  • SyntaxTree
  • Token
  • ast::Alias
  • ast::Argument
  • ast::Arguments
  • ast::ArgumentsDefinition
  • ast::AstChildren
  • ast::BooleanValue
  • ast::DefaultValue
  • ast::Description
  • ast::Directive
  • ast::DirectiveDefinition
  • ast::DirectiveLocation
  • ast::DirectiveLocations
  • ast::Directives
  • ast::Document
  • ast::EnumTypeDefinition
  • ast::EnumTypeExtension
  • ast::EnumValue
  • ast::EnumValueDefinition
  • ast::EnumValuesDefinition
  • ast::Field
  • ast::FieldDefinition
  • ast::FieldsDefinition
  • ast::FloatValue
  • ast::FragmentDefinition
  • ast::FragmentName
  • ast::FragmentSpread
  • ast::ImplementsInterfaces
  • ast::InlineFragment
  • ast::InputFieldsDefinition
  • ast::InputObjectTypeDefinition
  • ast::InputObjectTypeExtension
  • ast::InputValueDefinition
  • ast::IntValue
  • ast::InterfaceTypeDefinition
  • ast::InterfaceTypeExtension
  • ast::ListType
  • ast::ListValue
  • ast::Name
  • ast::NamedType
  • ast::NonNullType
  • ast::NullValue
  • ast::ObjectField
  • ast::ObjectTypeDefinition
  • ast::ObjectTypeExtension
  • ast::ObjectValue
  • ast::OperationDefinition
  • ast::OperationType
  • ast::RootOperationTypeDefinition
  • ast::ScalarTypeDefinition
  • ast::ScalarTypeExtension
  • ast::SchemaDefinition
  • ast::SchemaExtension
  • ast::SelectionSet
  • ast::StringValue
  • ast::TypeCondition
  • ast::UnionMemberTypes
  • ast::UnionTypeDefinition
  • ast::UnionTypeExtension
  • ast::Variable
  • ast::VariableDefinition
  • ast::VariableDefinitions

Enums

  • TokenKind
  • ast::Definition
  • ast::Selection
  • ast::Type
  • ast::Value

Traits

  • ast::AstNode
  • ast::AstToken

Macros

  • S
  • T

Type Definitions

  • SyntaxNode
  • ast::SyntaxNodePtr