Docs.rs
  • go-parser-0.1.5
    • go-parser 0.1.5
    • Permalink
    • Docs.rs crate page
    • BSD-3-Clause
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • oxfeeefeee
    • Dependencies
      • borsh ^0.10.3 normal optional
    • Versions
    • 0.89% 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

go_parser0.1.5

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • AssignStmtKey
  • AstObjects
  • EntityKey
  • Error
  • ErrorList
  • FieldKey
  • File
  • FilePos
  • FilePosErrors
  • FileSet
  • FileSetIter
  • FuncDeclKey
  • FuncTypeKey
  • IdentKey
  • LabeledStmtKey
  • Parser
  • PiggyVec
  • PiggyVecIter
  • ScopeKey
  • SpecKey
  • TokenData
  • ast::ArrayType
  • ast::AssignStmt
  • ast::BadDecl
  • ast::BadExpr
  • ast::BadStmt
  • ast::BasicLit
  • ast::BinaryExpr
  • ast::BlockStmt
  • ast::BranchStmt
  • ast::CallExpr
  • ast::CaseClause
  • ast::ChanType
  • ast::CommClause
  • ast::CompositeLit
  • ast::DeferStmt
  • ast::Ellipsis
  • ast::EmptyStmt
  • ast::Field
  • ast::FieldList
  • ast::File
  • ast::ForStmt
  • ast::FuncDecl
  • ast::FuncLit
  • ast::FuncType
  • ast::GenDecl
  • ast::GoStmt
  • ast::Ident
  • ast::IfStmt
  • ast::ImportSpec
  • ast::IncDecStmt
  • ast::IndexExpr
  • ast::InterfaceType
  • ast::KeyValueExpr
  • ast::LabeledStmt
  • ast::MapType
  • ast::ParenExpr
  • ast::RangeStmt
  • ast::ReturnStmt
  • ast::SelectStmt
  • ast::SelectorExpr
  • ast::SendStmt
  • ast::SliceExpr
  • ast::StarExpr
  • ast::StructType
  • ast::SwitchStmt
  • ast::TypeAssertExpr
  • ast::TypeSpec
  • ast::TypeSwitchStmt
  • ast::UnaryExpr
  • ast::ValueSpec
  • scope::Entity
  • scope::Scope

Enums

  • Token
  • TokenType
  • ast::ChanDir
  • ast::Decl
  • ast::Expr
  • ast::IdentEntity
  • ast::NodeId
  • ast::Spec
  • ast::Stmt
  • scope::DeclObj
  • scope::EntityData
  • scope::EntityKind

Traits

  • PiggyVecKey
  • ast::Node
  • visitor::ExprVisitor
  • visitor::StmtVisitor

Macros

  • piggy_key_type

Functions

  • ast::is_exported
  • parse_file
  • visitor::walk_decl
  • visitor::walk_expr
  • visitor::walk_stmt

Type Aliases

  • AssignStmts
  • Entitys
  • Fields
  • FuncDecls
  • FuncTypes
  • Idents
  • LabeledStmts
  • Map
  • MapIter
  • Pos
  • Scopes
  • Specs