Docs.rs
  • apollo-parser-0.8.4
    • apollo-parser 0.8.4
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • lrlna
    • github:apollographql:rust-platform
    • Dependencies
      • memchr ^2.6.1 normal
      • rowan ^0.16.0 normal
      • thiserror ^1.0.30 normal
      • annotate-snippets ^0.11.0 dev
      • anyhow ^1.0.66 dev
      • ariadne ^0.5.0 dev
      • criterion ^0.5.0 dev
      • expect-test ^1.4 dev
      • indexmap ^2.0.0 dev
      • pretty_assertions ^1.3.0 dev
      • unindent ^0.2.1 dev
    • Versions
    • 12.75% of the crate is documented
  • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

apollo_parser0.8.4

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

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

Enums

  • SyntaxKind
  • TokenKind
  • cst::Definition
  • cst::Selection
  • cst::Type
  • cst::Value

Traits

  • cst::CstNode
  • cst::CstToken

Macros

  • S
  • T

Type Aliases

  • SyntaxElement
  • SyntaxNode
  • SyntaxToken
  • cst::SyntaxNodePtr