Docs.rs
  • aidl-parser-0.12.3
    • aidl-parser 0.12.3
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • bwalter
    • Dependencies
      • anyhow ^1.0 normal
      • lalrpop-util ^0.19 normal
      • line-col ^0.2 normal
      • regex ^1.5 normal
      • serde ^1.0 normal
      • serde_derive ^1.0 normal
      • insta ^1.8 dev
      • lalrpop ^0.19 build
      • lalrpop-util ^0.19 build
    • Versions
    • 9.78% 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

aidl_parser0.12.3

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • ast::Aidl
  • ast::Annotation
  • ast::Arg
  • ast::Const
  • ast::Enum
  • ast::EnumElement
  • ast::Field
  • ast::Import
  • ast::Interface
  • ast::Method
  • ast::Package
  • ast::Parcelable
  • ast::Position
  • ast::Range
  • ast::Type
  • diagnostic::Diagnostic
  • diagnostic::RelatedInfo
  • parser::ParseFileResult
  • parser::Parser

Enums

  • ast::AndroidTypeKind
  • ast::Direction
  • ast::InterfaceElement
  • ast::Item
  • ast::ParcelableElement
  • ast::ResolvedItemKind
  • ast::TypeKind
  • diagnostic::DiagnosticKind
  • symbol::ConstOwner
  • symbol::Symbol
  • traverse::SymbolFilter

Functions

  • traverse::filter_symbols
  • traverse::find_symbol
  • traverse::find_symbol_at_line_col
  • traverse::walk_args
  • traverse::walk_methods
  • traverse::walk_symbols
  • traverse::walk_types

Type Aliases

  • ast::ItemKey
  • ast::ItemKeyRef
  • diagnostic::ErrorRecovery
  • diagnostic::ParseError