mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
5 lines
182 B
Rust
5 lines
182 B
Rust
#![doc(html_logo_url = "https://raw.githubusercontent.com/RustPython/RustPython/master/logo.png")]
|
|
#![doc(html_root_url = "https://docs.rs/rustpython-bytecode/")]
|
|
|
|
pub mod bytecode;
|