rustpython-vm 0.5.0

RustPython virtual machine.
Documentation

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