Registry / other / rustpython-compiler-core

rustpython-compiler-core

JSON →
library0.5.0rscratesunverified

RustPython specific bytecode generation and compilation.

# Cargo.toml [dependencies] rustpython-compiler-core = "0.5.0"
INSTALL
IMPORT
SIG · RUSTPYTHON-COMPILE
R
rustpython-compiler-core
otherrustv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Bytecode
use rustpython_compiler_core::Bytecode;

Create RustPython bytecode.

use rustpython_compiler_core::Bytecode; fn main() { let bytecode = Bytecode::new(); println!("Bytecode created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
rustpython-compiler-core — cargo add rustpython-compiler-core · libregistry