Compile a Python AST or source code into bytecode consumable by RustPython.
pub use compile::CompileOpts;
-
->