This crate contains most of the python logic.
- Interpreter
- Import mechanics
- Base objects
Some stdlib modules are implemented here, but most of them are in the rustpython-stdlib module. The
This crate contains most of the python logic.
Some stdlib modules are implemented here, but most of them are in the rustpython-stdlib module. The