Docs.rs
  • python-parser-0.2.0
    • python-parser 0.2.0
    • Permalink
    • Docs.rs crate page
    • GPL-3.0+
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • progval
    • Dependencies
      • nom ^4.0 normal
      • nom_locate ^0.3.0 normal
      • num-bigint ^0.2.0 normal optional
      • num-traits ^0.2.4 normal optional
      • unicode-xid ^0.1 normal
      • unicode_names2 ^0.2.1 normal optional
      • wtf8 ^0.0.3 normal optional
      • pretty_assertions ^0.4 dev
    • Versions
    • 27.5% 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

python_parser0.2.0

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • ast::Classdef
  • ast::Decorator
  • ast::Funcdef
  • ast::PyString
  • ast::Try
  • ast::TypedArgsList
  • ast::UntypedArgsList

Enums

  • ast::Argument
  • ast::AugAssignOp
  • ast::Bop
  • ast::CompoundStatement
  • ast::ComprehensionChunk
  • ast::DictItem
  • ast::Expression
  • ast::Import
  • ast::SetItem
  • ast::StarParams
  • ast::Statement
  • ast::Subscript
  • ast::Uop
  • errors::PyParseError

Functions

  • eval_input
  • file_input
  • make_strspan
  • parse_single_input
  • visitors::printer::format_module

Type Aliases

  • ast::IntegerType
  • ast::Name
  • ast::PyStringCodePoint
  • ast::PyStringContent