rustpython_bytecode/
lib.rs

1#![doc(html_logo_url = "https://raw.githubusercontent.com/RustPython/RustPython/master/logo.png")]
2#![doc(html_root_url = "https://docs.rs/rustpython-bytecode/")]
3
4pub mod bytecode;