Module python_ast::codegen
source · Expand description
Code generation for Python ASTs.
Re-exports§
pub use python_options::*;
Modules§
- Options for Python compilation.
Enums§
- A type to track the context of code generation.
- Code generation errors.
Traits§
- Reexport the CodeGen from to_tokenstream A trait for an object that can be converted to Rust code. Any data structure implementing this trait can be converted into a proc_macro2::TokenStream.