Docs.rs
  • rustpython-compiler-0.4.0
    • rustpython-compiler 0.4.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • coolreader18
    • windelbouwman
    • github:rustpython:packaging
    • Dependencies
      • rustpython-codegen ^0.4.0 normal
      • rustpython-compiler-core ^0.4.0 normal
      • rustpython-parser ^0.4.0 normal
    • Versions
    • 14.29% 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

Crate rustpython_compiler

rustpython_compiler0.4.0

  • All Items

Crate Items

  • Re-exports
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

Crates

  • rustpython_compiler

Crate rustpython_compiler

Source

Re-exports§

pub use rustpython_codegen as codegen;
pub use rustpython_compiler_core as core;
pub use rustpython_parser as parser;

Structs§

CodeObject
Primary container of a single code object. Each python function has a code object. Also a module has a code object.
CompileOpts
LinearLocator
Converts source code byte-offset to Python convention line and column numbers.

Enums§

CompileErrorType
Mode

Traits§

Parse
Parse Python code string to implementor’s type.

Functions§

compile
Compile a given source code into a bytecode object.
compile_symtable

Type Aliases§

CompileError

Results

Settings
Help
    function
    rustpython_compiler::compile
    Compile a given source code into a bytecode object.
    struct
    rustpython_compiler::CompileOpts
    type alias
    rustpython_compiler::CompileError
    function
    rustpython_compiler::compile_symtable
    enum
    rustpython_compiler::CompileErrorType
    extern crate
    rustpython_compiler
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.