Docs.rs
rustpython-compiler-0.1.1
Platform
i686-apple-darwin
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rustpython-compiler 0.1.1
Compiler for python code into bytecode for the rustpython VM.
Crate
Source
Builds
Feature flags
Documentation
Links
RustPython/RustPython
20323
1331
315
crates.io
Dependencies
arrayvec ^0.4
normal
indexmap ^1.0
normal
log ^0.3
normal
num-complex ^0.2
normal
rustpython-bytecode ^0.1.1
normal
rustpython-parser ^0.1.1
normal
Versions
0.4.0
(2024/08/06)
0.3.1
(2024/04/10)
0.3.0
(2023/09/05)
0.1.2
(2020/06/22)
0.1.1
(2019/09/25)
0.1.0
(2019/07/07)
Owners
Compile a Python AST or source code into bytecode consumable by RustPython or (eventually) CPython.